]> granicus.if.org Git - python/commit
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 18:58:31 +0000 (20:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 18:58:31 +0000 (20:58 +0200)
commit3e7f593c8789afc59b10eeb92683e2bd093c5f71
tree478530b9f1a37992d800cebb827a468e5b43974d
parent79879e002f2f8e1fb0cdd9cbafcf218793b73261
parent2f4453eff8296e6b5e57c237d47288d9a9842b00
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression.  Otherwise
it had 50% chance failed with ignore_zeros=True.
Misc/NEWS