Read Hughes <hughes.r...@gmail.com> added the comment:

GNU description of tar file format: 
http://www.gnu.org/software/tar/manual/html_node/Standard.html

Particular quotes that are relevant:

>Physically, an archive consists of a series of file entries terminated by an 
>end-of-archive entry, which consists of two 512 blocks of zero bytes

>Each file archived is represented by a header block which describes the file, 
>followed by zero or more blocks which give the contents of the file. At the 
>end of the archive file there are two 512-byte blocks filled with binary zeros 
>as an end-of-file marker

The header itself is 257 bytes padded with NUL until it reaches 512.

No input other than this, just trying to bring any relevant information to this 
issue that may help

----------
nosy: +rthugh02

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36596>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to