Commit ef1bfda5 authored by Giampaolo Rodola's avatar Giampaolo Rodola

issue 10340 - forgot to update Misc/NEWS

parent b9af51e5
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment