summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2012-03-22 15:22:06 (GMT)
committerGiampaolo Rodola' <g.rodola@gmail.com>2012-03-22 15:22:06 (GMT)
commit4a65b0a355bc4b3d08b1214135861d65a6668b0d (patch)
tree61f3cf6e3cf4ae2a548ef0f3ea5d0c6ba1d932d0
parent350c94b90067777457be0d13169e937730d70eb4 (diff)
downloadcpython-4a65b0a355bc4b3d08b1214135861d65a6668b0d.zip
cpython-4a65b0a355bc4b3d08b1214135861d65a6668b0d.tar.gz
cpython-4a65b0a355bc4b3d08b1214135861d65a6668b0d.tar.bz2
issue 10340 - forgot to update Misc/NEWS
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c14e999..e3b110d 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.