summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-17 23:52:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-17 23:52:21 (GMT)
commita7ecfe705fa9c902af59d45df0a2d66b495f2bff (patch)
tree0b67fa8a2274f07be82c251327d159dea575fc21 /Misc
parent0454af9b54c4beee27d4b119771bce3d7162c793 (diff)
downloadcpython-a7ecfe705fa9c902af59d45df0a2d66b495f2bff.zip
cpython-a7ecfe705fa9c902af59d45df0a2d66b495f2bff.tar.gz
cpython-a7ecfe705fa9c902af59d45df0a2d66b495f2bff.tar.bz2
Wording in NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c758984..62de9cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -316,7 +316,7 @@ Library
-------
- Issue #850728: Add a *timeout* parameter to the `acquire()` method of
- `threading.Semaphore` objects. Patch by Torsten Landschoff.
+ `threading.Semaphore` objects. Original patch by Torsten Landschoff.
- Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
available cipher list. Helps fix test_ssl with OpenSSL 1.0.0.