summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-05 12:47:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-05 12:47:42 (GMT)
commit78be7df9e46ffff4ff97f25a0d68e6bb26e8fe3e (patch)
tree0d3bd832a57847b4718940c70b5d5ec4124e2432 /Misc
parent409d8f2ebdf597837c593a40659949e5b15f457d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08a8f43..3db47a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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