diff options
| author | Georg Brandl <georg@python.org> | 2013-09-14 09:09:18 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-09-14 09:09:18 +0200 |
| commit | c5884d893033a5e16fb50bdde5cf42b07dc708f0 (patch) | |
| tree | ee0ce27f73ebf34db4940999aeac33309578f97a | |
| parent | db4309e19ad829635a84b6d3a002ce760c6f5dca (diff) | |
| download | cpython-git-c5884d893033a5e16fb50bdde5cf42b07dc708f0.tar.gz | |
Add NEWS entry for c18c18774e24.
| -rw-r--r-- | Misc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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? =========================== |
