summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-04-08 19:37:15 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-04-08 19:37:15 (GMT)
commitffcd339aac9380a03cc41a7684847443a1fb525e (patch)
tree04f57f79081c64d2ca21da6ff5c13299076c6c89 /Misc/NEWS
parentc137f7c065990cd438de3083ca4ade29000d57e2 (diff)
parent7e69f0085e5365347bf00f4ed08d07e5f4785a96 (diff)
downloadcpython-ffcd339aac9380a03cc41a7684847443a1fb525e.zip
cpython-ffcd339aac9380a03cc41a7684847443a1fb525e.tar.gz
cpython-ffcd339aac9380a03cc41a7684847443a1fb525e.tar.bz2
Close #17666: Fix reading gzip files with an extra field.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 50bd50e..203d5cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Core and Builtins
Library
-------
+- Issue #17666: Fix reading gzip files with an extra field.
+
- Issue #16475: Support object instancing, recursion and interned strings
in marshal