From: Antoine Pitrou Date: Wed, 5 Jan 2011 22:43:26 +0000 (+0000) Subject: Fix mistake in NEWS X-Git-Tag: v3.2rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc51a3ca8478b8a9d971aa24432569585a49d13e;p=thirdparty%2FPython%2Fcpython.git Fix mistake in NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 5050ae827599..cd55adb06c8e 100644 --- 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.