issue 10340 - forgot to update Misc/NEWS

This commit is contained in:
Giampaolo Rodola' 2012-03-22 16:22:06 +01:00
parent 350c94b900
commit 4a65b0a355
1 changed files with 4 additions and 0 deletions

View File

@ -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.