mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
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.
This commit is contained in:
parent
3539ef3d21
commit
f4ce1146fc
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ Core and Builtins
|
||||||
Library
|
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
|
- Issue #14204: The ssl module now has support for the Next Protocol
|
||||||
Negotiation extension, if available in the underlying OpenSSL library.
|
Negotiation extension, if available in the underlying OpenSSL library.
|
||||||
Patch by Colin Marc.
|
Patch by Colin Marc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue