summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2006-12-27 10:36:58 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2006-12-27 10:36:58 (GMT)
commitf9a2c63c79f51540e261854679eeb15d873f7dff (patch)
treeb31002ebb41561c8df1830e192c08b4b5d266c6d /Misc
parent12e087a1b12dd09f24875b39db2f4e7a5034899e (diff)
downloadcpython-f9a2c63c79f51540e261854679eeb15d873f7dff.zip
cpython-f9a2c63c79f51540e261854679eeb15d873f7dff.tar.gz
cpython-f9a2c63c79f51540e261854679eeb15d873f7dff.tar.bz2
Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
Backport from rev. 53161.
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 205ea40..9acc771 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,8 @@ Extension Modules
Library
-------
+- Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
+
- Patch #1262036: Prevent TarFiles from being added to themselves under
certain conditions.