summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2015-07-06 07:29:41 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2015-07-06 07:29:41 (GMT)
commite12aa62d689f435b9b75cde51e432d997646d5f9 (patch)
treec4d9a6888955dd0a184c55de513d41a871228997 /Misc
parent53ecc58bd9da21989ae1811f97248b40e028ccd9 (diff)
parent0357268d96d4ff3546cfd89f594a5630a3adf747 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2bd6bcb..cec6779 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
==================================