summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-05 22:43:26 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-05 22:43:26 (GMT)
commitdc51a3ca8478b8a9d971aa24432569585a49d13e (patch)
tree51a000cece07d0c7dbc1c13b691da3e249cc88c2 /Misc
parent2a5fb47e9c38c86b939f0b4b8e497dcfca8a69cd (diff)
downloadcpython-dc51a3ca8478b8a9d971aa24432569585a49d13e.zip
cpython-dc51a3ca8478b8a9d971aa24432569585a49d13e.tar.gz
cpython-dc51a3ca8478b8a9d971aa24432569585a49d13e.tar.bz2
Fix mistake in NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5050ae8..cd55adb 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.