]> granicus.if.org Git - python/commit
Patch #918101: Add tarfile open mode r|* for auto-detection of the
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 5 Mar 2005 12:47:42 +0000 (12:47 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 5 Mar 2005 12:47:42 +0000 (12:47 +0000)
commit78be7df9e46ffff4ff97f25a0d68e6bb26e8fe3e
tree0d3bd832a57847b4718940c70b5d5ec4124e2432
parent409d8f2ebdf597837c593a40659949e5b15f457d
Patch #918101: Add tarfile open mode r|* for auto-detection of the
stream compression; add, for symmetry reasons, r:* as a synonym of r.
Doc/lib/libtarfile.tex
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS