]> granicus.if.org Git - python/commit
[Patch 988444]
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 10 Jul 2004 22:02:11 +0000 (22:02 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 10 Jul 2004 22:02:11 +0000 (22:02 +0000)
commit864bba1981cbb3284b43cf19a40f909296323d02
treec5bb383d47c8fddbf79506fb085ac159cd0f5007
parentf027ca816741fcea6267c6e8ea33ae43edfb7447
[Patch 988444]
Read multiple special headers
- fixed/improved handling of extended/special headers
in read-mode (adding new extended headers should be
less painful now).
- improved nts() function.
- removed TarFile.chunks datastructure which is not
(and was never) needed.
- fixed TarInfo.tobuf(), fields could overflow with too
large values, values are now clipped.
Lib/tarfile.py