From dc51a3ca8478b8a9d971aa24432569585a49d13e Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 5 Jan 2011 22:43:26 +0000 Subject: [PATCH] Fix mistake in NEWS --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 5050ae82759..cd55adb06c8 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.