]> 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:52:55 +0000 (20:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 18:52:55 +0000 (20:52 +0200)
commit5396257be241a21a04f1db61e5dd99a6ddc8d823
treee8559e02a0d805198dac10183eab3aae17f67245
parent39d74a9108c403c0a2b394e2d95f9edf916326ce
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.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS