diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-05 12:47:42 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-05 12:47:42 (GMT) |
commit | 78be7df9e46ffff4ff97f25a0d68e6bb26e8fe3e (patch) | |
tree | 0d3bd832a57847b4718940c70b5d5ec4124e2432 /Misc | |
parent | 409d8f2ebdf597837c593a40659949e5b15f457d (diff) | |
download | cpython-78be7df9e46ffff4ff97f25a0d68e6bb26e8fe3e.zip cpython-78be7df9e46ffff4ff97f25a0d68e6bb26e8fe3e.tar.gz cpython-78be7df9e46ffff4ff97f25a0d68e6bb26e8fe3e.tar.bz2 |
Patch #918101: Add tarfile open mode r|* for auto-detection of the
stream compression; add, for symmetry reasons, r:* as a synonym of r.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -78,6 +78,9 @@ Extension Modules Library ------- +- Patch #918101: Add tarfile open mode r|* for auto-detection of the + stream compression; add, for symmetry reasons, r:* as a synonym of r. + - Patch #1043890: Add extractall method to tarfile. - Patch #1075887: Don't require MSVC in distutils if there is nothing |