]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix mistake in NEWS
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Jan 2011 22:43:26 +0000 (22:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Jan 2011 22:43:26 +0000 (22:43 +0000)
Misc/NEWS

index 5050ae827599b545b7b0bcbfee8afe6ce1fb247c..cd55adb06c8e4ae586b7b4d56826e1eb17a1e0af 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,7 +31,7 @@ Library
 -------
 
 - Issue #7995: When calling accept() on a socket with a timeout, the returned
-  socket is now always non-blocking, regardless of the operating system.
+  socket is now always blocking, regardless of the operating system.
 
 - Issue #10756: atexit normalizes the exception before displaying it. Patch by
   Andreas Stührk.