diff options
author | Georg Brandl <georg@python.org> | 2006-12-19 22:06:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-12-19 22:06:46 (GMT) |
commit | ebbeed781d923494f782f0750e76ad4aac8e29f5 (patch) | |
tree | dafb83ba387ff94a63cbd9b0493bcfd398f5bf1a /Misc | |
parent | 8183c635bc9906b2344c0b369955d478dce15088 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |