From: Benjamin Peterson Date: Wed, 22 Jun 2016 06:13:33 +0000 (-0700) Subject: merge 2.7.12 release branch X-Git-Tag: v2.7.13rc1~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5691f0ba84f1f9a9eaa8be41d4361397737b10;p=thirdparty%2FPython%2Fcpython.git merge 2.7.12 release branch --- 7a5691f0ba84f1f9a9eaa8be41d4361397737b10 diff --cc Misc/NEWS index aa4cba931445,3cf805df3235..aa2563e67d32 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,39 -2,9 +2,42 @@@ Python News +++++++++++ +What's New in Python 2.7.13? +============================ + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + +- Issue #27079: Fixed curses.ascii functions isblank(), iscntrl() and ispunct(). + +- Issue #22636: Avoid shell injection problems with + ctypes.util.find_library(). + +- Issue #27330: Fixed possible leaks in the ctypes module. + +- Issue #27238: Got rid of bare excepts in the turtle module. Original patch + by Jelle Zijlstra. + +- Issue #26386: Fixed ttk.TreeView selection operations with item id's + containing spaces. + +- Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. + +Documentation +------------- + +- Issue #16484: Change the default PYTHONDOCS URL to "https:", and fix the + resulting links to use lowercase. Patch by Sean Rodman, test by Kaushik + Nadikuditi. + + What's New in Python 2.7.12? + ============================ + Build -----