[Python-checkins] r87774 - python/branches/py3k/Misc/NEWS

antoine.pitrou python-checkins at python.org
Wed Jan 5 23:43:26 CET 2011


Author: antoine.pitrou
Date: Wed Jan  5 23:43:26 2011
New Revision: 87774

Log:
Fix mistake in NEWS



Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Wed Jan  5 23:43:26 2011
@@ -31,7 +31,7 @@
 -------
 
 - 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.


More information about the Python-checkins mailing list