diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-13 14:32:10 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-13 14:32:10 (GMT) |
commit | 5a9112c0cc33614c284c18a6f622a32c97b7ae3d (patch) | |
tree | 99f33d8df4116a351e721dd0abfc10f07b9e6330 /Misc | |
parent | 10042922d9dbb25c6e8b63698c34b6f3943a8cf1 (diff) | |
download | cpython-5a9112c0cc33614c284c18a6f622a32c97b7ae3d.zip cpython-5a9112c0cc33614c284c18a6f622a32c97b7ae3d.tar.gz cpython-5a9112c0cc33614c284c18a6f622a32c97b7ae3d.tar.bz2 |
Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Patch by Brian Curtin.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ Core and Builtins Library ------- +- Issue #2846: Add support for gzip.GzipFile reading zero-padded files. + Patch by Brian Curtin. + - Issue #5827: Make sure that normpath preserves unicode. Initial patch by Matt Giuca. |