]> 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:56:23 +0000 (20:56 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 18:56:23 +0000 (20:56 +0200)
commit2f4453eff8296e6b5e57c237d47288d9a9842b00
tree01394f25acffe7bc0a46055a5cd6fa65811c71df
parent7984bff52a9952219a3c15b88ff6514244dd7498
parenta89d22aff3fb1e67f8f08eac22b08a58dfa048a8
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