]> granicus.if.org Git - python/commitdiff
Wording in NEWS.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Apr 2010 23:52:21 +0000 (23:52 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Apr 2010 23:52:21 +0000 (23:52 +0000)
Misc/NEWS

index c75898402e4e2f763e6f32dafe8becee65acf930..62de9cb3634b51f1638a3eb33edfca958740b9ee 100644 (file)
--- 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.