]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #17666: Fix reading gzip files with an extra field.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Apr 2013 19:35:02 +0000 (22:35 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Apr 2013 19:35:02 +0000 (22:35 +0300)
commit7e69f0085e5365347bf00f4ed08d07e5f4785a96
treeb028993963f97dd40a197d0de4e9568c86102c2a
parentb0f9fa7a03ed56c2155fb251fbd423637dc86536
Close #17666: Fix reading gzip files with an extra field.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS