summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-04-08 19:35:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-04-08 19:35:02 (GMT)
commita6df938fefd5b51d85a45cf3f29f60ee7bb21edf (patch)
treed2a5dd6baa1c9b84b7f17526513ecbb5d18c2f1a /Misc
parentcf86d9441ed09f0b7265a0a869c110f245336228 (diff)
downloadcpython-a6df938fefd5b51d85a45cf3f29f60ee7bb21edf.zip
cpython-a6df938fefd5b51d85a45cf3f29f60ee7bb21edf.tar.gz
cpython-a6df938fefd5b51d85a45cf3f29f60ee7bb21edf.tar.bz2
Close #17666: Fix reading gzip files with an extra field.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 115b287..e3e203f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,18 +2,29 @@
Python News
+++++++++++
-What's New in Python 3.2.4?
+What's New in Python 3.2.5?
===========================
-*Release date: 07-Apr-2013*
+*Release date: 13-May-2013*
Library
-------
- Issue #17192: Restore the patch for Issue #11729 and Issue #10309
- which were ommitted in 3.2.4 when updating the bundled version of
+ which were omitted in 3.2.4 when updating the bundled version of
libffi used by ctypes.
+- Issue #17666: Fix reading gzip files with an extra field.
+
+
+What's New in Python 3.2.4?
+===========================
+
+*Release date: 07-Apr-2013*
+
+Library
+-------
+
- Issue #17625: In IDLE, close the replace dialog after it is used.