Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3539ef3 commit f4ce114Copy full SHA for f4ce114
1 file changed
Misc/NEWS
@@ -34,6 +34,10 @@ Core and Builtins
34
Library
35
-------
36
37
+- Issue #10340: asyncore - properly handle EINVAL in dispatcher constructor on
38
+ OSX; avoid to call handle_connect in case of a disconnected socket which
39
+ was not meant to connect.
40
+
41
- Issue #14204: The ssl module now has support for the Next Protocol
42
Negotiation extension, if available in the underlying OpenSSL library.
43
Patch by Colin Marc.
0 commit comments