commit | 5a9112c0cc33614c284c18a6f622a32c97b7ae3d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 13 14:32:10 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 13 14:32:10 2010 +0000 |
tree | 99f33d8df4116a351e721dd0abfc10f07b9e6330 | |
parent | 10042922d9dbb25c6e8b63698c34b6f3943a8cf1 [diff] [blame] |
Issue #2846: Add support for gzip.GzipFile reading zero-padded files. Patch by Brian Curtin.
diff --git a/Misc/NEWS b/Misc/NEWS index 82f3d92..312a2a9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ 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.