summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-07-12 22:23:10 (GMT)
committerYury Selivanov <yury@magic.io>2016-07-12 22:23:10 (GMT)
commit252e9ed9744b32fc9f21eae2d58c1afcdb1fd524 (patch)
tree7734bcd95a3a1a25c8c330203b864493b2e95587 /Misc
parent6f379f48862e4707e631e23997b19646ee1f2f72 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7ad75b..3b7411c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
----