summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-12-19 22:06:46 (GMT)
committerGeorg Brandl <georg@python.org>2006-12-19 22:06:46 (GMT)
commitebbeed781d923494f782f0750e76ad4aac8e29f5 (patch)
treedafb83ba387ff94a63cbd9b0493bcfd398f5bf1a /Misc
parent8183c635bc9906b2344c0b369955d478dce15088 (diff)
downloadcpython-ebbeed781d923494f782f0750e76ad4aac8e29f5.zip
cpython-ebbeed781d923494f782f0750e76ad4aac8e29f5.tar.gz
cpython-ebbeed781d923494f782f0750e76ad4aac8e29f5.tar.bz2
Patch #1484695: The tarfile module now raises a HeaderError exception
if a buffer given to frombuf() is invalid.
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 f166f71..a4eb6e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,9 @@ Core and builtins
Library
-------
+- Patch #1484695: The tarfile module now raises a HeaderError exception
+ if a buffer given to frombuf() is invalid.
+
- Bug #1503765: Fix a problem in logging.config with spaces in comma-
separated lists read from logging config files.