diff options
author | Yury Selivanov <yury@magic.io> | 2016-07-12 22:23:10 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-07-12 22:23:10 (GMT) |
commit | 252e9ed9744b32fc9f21eae2d58c1afcdb1fd524 (patch) | |
tree | 7734bcd95a3a1a25c8c330203b864493b2e95587 /Misc | |
parent | 6f379f48862e4707e631e23997b19646ee1f2f72 (diff) | |
download | cpython-252e9ed9744b32fc9f21eae2d58c1afcdb1fd524.zip cpython-252e9ed9744b32fc9f21eae2d58c1afcdb1fd524.tar.gz cpython-252e9ed9744b32fc9f21eae2d58c1afcdb1fd524.tar.bz2 |
Issue #27392: Add loop.connect_accepted_socket().
Patch by Jim Fulton.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ Library - Issue #26930: Update Windows builds to use OpenSSL 1.0.2h. +- Issue #27392: Add loop.connect_accepted_socket(). + Patch by Jim Fulton. + IDLE ---- |