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