diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2006-12-23 17:57:23 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2006-12-23 17:57:23 (GMT) |
commit | a4b2381b20edfc8be76df63ef06c0f15959ad7a3 (patch) | |
tree | 9351a503cff6c6269fa3ee8b5e9c53f9f27aa0a4 /Misc | |
parent | 6baa5027699c6238d545a9b18c70567882517eae (diff) | |
download | cpython-a4b2381b20edfc8be76df63ef06c0f15959ad7a3.zip cpython-a4b2381b20edfc8be76df63ef06c0f15959ad7a3.tar.gz cpython-a4b2381b20edfc8be76df63ef06c0f15959ad7a3.tar.bz2 |
Patch #1262036: Prevent TarFiles from being added to themselves under
certain conditions.
Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -103,6 +103,9 @@ Core and builtins Library ------- +- Patch #1262036: Prevent TarFiles from being added to themselves under + certain conditions. + - Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() work correctly together with readline(). |