diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2015-07-06 07:29:41 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2015-07-06 07:29:41 (GMT) |
commit | e12aa62d689f435b9b75cde51e432d997646d5f9 (patch) | |
tree | c4d9a6888955dd0a184c55de513d41a871228997 /Misc | |
parent | 53ecc58bd9da21989ae1811f97248b40e028ccd9 (diff) | |
parent | 0357268d96d4ff3546cfd89f594a5630a3adf747 (diff) | |
download | cpython-e12aa62d689f435b9b75cde51e432d997646d5f9.zip cpython-e12aa62d689f435b9b75cde51e432d997646d5f9.tar.gz cpython-e12aa62d689f435b9b75cde51e432d997646d5f9.tar.bz2 |
Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ Core and Builtins Library ------- +- Issue #24259: tarfile now raises a ReadError if an archive is truncated + inside a data segment. + What's New in Python 3.5.0 beta 3? ================================== |