]> 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:29 +0000 (20:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 30 Oct 2016 18:52:29 +0000 (20:52 +0200)
commita89d22aff3fb1e67f8f08eac22b08a58dfa048a8
tree2324a9b41897d39e8b10e28f39a60ee5186c27fe
parentd1af5effc214f474bcb1df62eb2089c48f657ee5
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