commit | f9a2c63c79f51540e261854679eeb15d873f7dff | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Wed Dec 27 10:36:58 2006 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Wed Dec 27 10:36:58 2006 +0000 |
tree | b31002ebb41561c8df1830e192c08b4b5d266c6d | |
parent | 12e087a1b12dd09f24875b39db2f4e7a5034899e [diff] |
Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. Backport from rev. 53161.
diff --git a/Misc/NEWS b/Misc/NEWS index 205ea40..9acc771 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -122,6 +122,8 @@ 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.