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)
commit7e69f0085e5365347bf00f4ed08d07e5f4785a96 (patch)
treeb028993963f97dd40a197d0de4e9568c86102c2a /Misc
parentb0f9fa7a03ed56c2155fb251fbd423637dc86536 (diff)
downloadcpython-7e69f0085e5365347bf00f4ed08d07e5f4785a96.zip
cpython-7e69f0085e5365347bf00f4ed08d07e5f4785a96.tar.gz
cpython-7e69f0085e5365347bf00f4ed08d07e5f4785a96.tar.bz2
Close #17666: Fix reading gzip files with an extra field.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33d9506..9698363 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
+- Issue #17666: Fix reading gzip files with an extra field.
+
- Issue #17502: Process DEFAULT values in mock side_effect that returns iterator.
Patch by Michael Foord.