[Python-checkins] cpython (3.2): Add NEWS entry for c18c18774e24.

georg.brandl python-checkins at python.org
Sat Sep 14 09:12:17 CEST 2013


http://hg.python.org/cpython/rev/6aca1f584fcb
changeset:   85694:6aca1f584fcb
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Sat Sep 14 09:09:18 2013 +0200
summary:
  Add NEWS entry for c18c18774e24.

files:
  Misc/NEWS |  11 +++++++++++
  1 files changed, 11 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,17 @@
 Python News
 +++++++++++
 
+What's New in Python 3.2.6?
+===========================
+
+*Release date: TBD*
+
+Library
+-------
+
+- Fix tkinter regression introduced by the security fix in issue #16248.
+
+
 What's New in Python 3.2.5?
 ===========================
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list