[Python-checkins] cpython (3.2): issue 10340 - forgot to update Misc/NEWS

giampaolo.rodola python-checkins at python.org
Thu Mar 22 16:23:39 CET 2012


http://hg.python.org/cpython/rev/8c1fd9276b25
changeset:   75883:8c1fd9276b25
branch:      3.2
parent:      75881:e2cddb3f4526
user:        Giampaolo Rodola' <g.rodola at gmail.com>
date:        Thu Mar 22 16:22:06 2012 +0100
summary:
  issue 10340 - forgot to update Misc/NEWS

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,10 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list