commit | dc51a3ca8478b8a9d971aa24432569585a49d13e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 05 22:43:26 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 05 22:43:26 2011 +0000 |
tree | 51a000cece07d0c7dbc1c13b691da3e249cc88c2 | |
parent | 2a5fb47e9c38c86b939f0b4b8e497dcfca8a69cd [diff] |
Fix mistake in NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 5050ae8..cd55adb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.