]> granicus.if.org Git - python/commit
Patch #1484695: The tarfile module now raises a HeaderError exception
authorGeorg Brandl <georg@python.org>
Tue, 19 Dec 2006 22:06:46 +0000 (22:06 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 19 Dec 2006 22:06:46 +0000 (22:06 +0000)
commitebbeed781d923494f782f0750e76ad4aac8e29f5
treedafb83ba387ff94a63cbd9b0493bcfd398f5bf1a
parent8183c635bc9906b2344c0b369955d478dce15088
Patch #1484695: The tarfile module now raises a HeaderError exception
if a buffer given to frombuf() is invalid.
Doc/lib/libtarfile.tex
Lib/tarfile.py
Misc/NEWS