diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-13 14:37:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-01-13 14:37:26 (GMT) |
commit | 8e33fd78c4db7b250995652510067d7f3a8117cd (patch) | |
tree | 2aca383967f6dcca3ef0785ebe1ed6899a4821bf /Misc | |
parent | f068f94e82aaab9789c8b1065ec5f7fb94fa70ad (diff) | |
download | cpython-8e33fd78c4db7b250995652510067d7f3a8117cd.zip cpython-8e33fd78c4db7b250995652510067d7f3a8117cd.tar.gz cpython-8e33fd78c4db7b250995652510067d7f3a8117cd.tar.bz2 |
Merged revisions 77472-77473 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77472 | antoine.pitrou | 2010-01-13 15:32:10 +0100 (mer., 13 janv. 2010) | 5 lines
Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Patch by Brian Curtin.
........
r77473 | antoine.pitrou | 2010-01-13 15:32:51 +0100 (mer., 13 janv. 2010) | 3 lines
Add ACKS entry for r77472.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -164,6 +164,7 @@ Simon Cross Drew Csillag John Cugini Tom Culliton +Brian Curtin Lisandro Dalcin Andrew Dalke Lars Damerow @@ -213,6 +213,9 @@ C-API Library ------- +- Issue #2846: Add support for gzip.GzipFile reading zero-padded files. + Patch by Brian Curtin. + - Issue #7681: Use floor division in appropiate places in the wave module. - Issue #5372: Drop the reuse of .o files in Distutils' ccompiler (since |