Commit f4ce1146 authored by Giampaolo Rodola's avatar Giampaolo Rodola

fix #10340: properly handle EINVAL on OSX and also avoid to call...

fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
parent 3539ef3d
......@@ -34,6 +34,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 #14204: The ssl module now has support for the Next Protocol
Negotiation extension, if available in the underlying OpenSSL library.
Patch by Colin Marc.
......
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