]> granicus.if.org Git - python/commitdiff
issue 10340 - forgot to update Misc/NEWS
authorGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 22 Mar 2012 15:22:06 +0000 (16:22 +0100)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Thu, 22 Mar 2012 15:22:06 +0000 (16:22 +0100)
Misc/NEWS

index c14e999c94bb7ccb09e1c1697a424e30f5d8cd30..e3b110de98f14cd2bb8db47d682c1d7a5a0ae241 100644 (file)
--- 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.