diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-08 19:35:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-08 19:35:02 (GMT) |
commit | 7e69f0085e5365347bf00f4ed08d07e5f4785a96 (patch) | |
tree | b028993963f97dd40a197d0de4e9568c86102c2a /Misc | |
parent | b0f9fa7a03ed56c2155fb251fbd423637dc86536 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |