]> granicus.if.org Git - python/commit
Merged revisions 77472-77473 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Jan 2010 14:37:26 +0000 (14:37 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Jan 2010 14:37:26 +0000 (14:37 +0000)
commit8e33fd78c4db7b250995652510067d7f3a8117cd
tree2aca383967f6dcca3ef0785ebe1ed6899a4821bf
parentf068f94e82aaab9789c8b1065ec5f7fb94fa70ad
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.
........
Doc/library/gzip.rst
Lib/gzip.py
Lib/test/test_gzip.py
Misc/ACKS
Misc/NEWS