summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2006-12-27 10:30:46 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2006-12-27 10:30:46 (GMT)
commita7ba6fc548d1d38e163aaa9ab5d9405e412ec62a (patch)
tree8d64ca20250b4cde9161956a57ce2d1b7d02dd1b /Misc
parent71662323992907f1da51ea61a6f29b09e571c089 (diff)
downloadcpython-a7ba6fc548d1d38e163aaa9ab5d9405e412ec62a.zip
cpython-a7ba6fc548d1d38e163aaa9ab5d9405e412ec62a.tar.gz
cpython-a7ba6fc548d1d38e163aaa9ab5d9405e412ec62a.tar.bz2
Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 363320b..ba882ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@ Core and builtins
Library
-------
+- Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
+
- Patch #1182394 from Shane Holloway: speed up HMAC.hexdigest.
- Patch #1262036: Prevent TarFiles from being added to themselves under