From: Ned Deily Date: Tue, 14 Jun 2016 03:55:33 +0000 (-0400) Subject: Merge 3.6.0a2 releasing branch into default X-Git-Tag: v3.6.0a3~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed80db5784361753d107b95fb4cc2b44d3ec0306;p=python Merge 3.6.0a2 releasing branch into default --- ed80db5784361753d107b95fb4cc2b44d3ec0306 diff --cc Misc/NEWS index df29fb26ce,5a9d42ca36..246896fa90 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -7,21 -7,12 +7,21 @@@ What's New in Python 3.6.0 alpha *Release date: XXXX-XX-XX* -Core and Builtins ------------------ - Library - +++++++ + ------- +- Issue #22636: Avoid shell injection problems with + ctypes.util.find_library(). + +- Issue #16182: Fix various functions in the "readline" module to use the + locale encoding, and fix get_begidx() and get_endidx() to return code point + indexes. + +IDLE - ++++ ++---- + +- Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import. + What's New in Python 3.6.0 alpha 2 ==================================