From: Georg Brandl Date: Sat, 14 Sep 2013 07:09:18 +0000 (+0200) Subject: Add NEWS entry for c18c18774e24. X-Git-Tag: v3.4.0a3~69^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5884d893033a5e16fb50bdde5cf42b07dc708f0;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for c18c18774e24. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4be9e0042121..4b576a10bd8f 100644 --- 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? ===========================