From: Giampaolo Rodola' Date: Thu, 22 Mar 2012 15:22:06 +0000 (+0100) Subject: issue 10340 - forgot to update Misc/NEWS X-Git-Tag: v3.3.0a2~86^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a65b0a355bc4b3d08b1214135861d65a6668b0d;p=thirdparty%2FPython%2Fcpython.git issue 10340 - forgot to update Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index c14e999c94bb..e3b110de98f1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -31,6 +31,10 @@ Core and Builtins Library ------- +- Issue #10340: asyncore - properly handle EINVAL in dispatcher constructor on + OSX; avoid to call handle_connect in case of a disconnected socket which + was not meant to connect. + - Issue #12757: Fix the skipping of doctests when python is run with -OO so that it works in unittest's verbose mode as well as non-verbose mode.