]> granicus.if.org Git - python/commit
Fix bug #1543303, tarfile adds padding that breaks gunzip.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 21 Aug 2006 17:59:46 +0000 (17:59 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 21 Aug 2006 17:59:46 +0000 (17:59 +0000)
commit8a519392d5be32adf77ceab86f7f637a7e0835f5
tree4094f3642bd047ff0ab38dd86b4bacf474f201ca
parent271d59343b1de64d5e070eb170fabc0419d75bf8
Fix bug #1543303, tarfile adds padding that breaks gunzip.
Patch # 1543897.

Will backport to 2.5
Lib/tarfile.py
Lib/test/test_tarfile.py