From: Yury Selivanov Date: Tue, 12 Jul 2016 22:24:25 +0000 (-0400) Subject: Merge 3.5 (issue #27392) X-Git-Tag: v3.6.0a4~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e824315e2b17b6d82c9c5f64b044369cd1f0b8a9;p=python Merge 3.5 (issue #27392) --- e824315e2b17b6d82c9c5f64b044369cd1f0b8a9 diff --cc Misc/NEWS index 1f992ef16b,3b7411cdf7..b9bd9496d5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -128,6 -70,11 +128,9 @@@ Librar locale encoding, and fix get_begidx() and get_endidx() to return code point indexes. -- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h. - + - Issue #27392: Add loop.connect_accepted_socket(). + Patch by Jim Fulton. + IDLE ----