commit | 864bba1981cbb3284b43cf19a40f909296323d02 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 10 22:02:11 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 10 22:02:11 2004 +0000 |
tree | c5bb383d47c8fddbf79506fb085ac159cd0f5007 | |
parent | f027ca816741fcea6267c6e8ea33ae43edfb7447 [diff] |
[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.