]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
merge 2.7.12 release branch
authorBenjamin Peterson <benjamin@python.org>
Wed, 22 Jun 2016 06:13:33 +0000 (23:13 -0700)
committerBenjamin Peterson <benjamin@python.org>
Wed, 22 Jun 2016 06:13:33 +0000 (23:13 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index aa4cba9314453cbff098c4e3fc4f5d26abef3d81,3cf805df32353ce782c84459b91157640cb22b8f..aa2563e67d32d70887403f4a5f6c7518e388de78
+++ 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
  -----