This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lars.gustaebel
Recipients David.Nesting, lars.gustaebel
Date 2010-11-17.09:32:29
SpamBayes Score 0.0011631132
Marked as misclassified No
Message-id <1289986351.0.0.334148036449.issue10436@psf.upfronthosting.co.za>
In-reply-to
Content
This behaviour is intentional. A tar archive does not contain a central directory structure, it is just a chain of files. As a side-effect it is possible to have multiple files with the same name in one archive, e.g. when append mode was used. That's why the archive must be scanned from the beginning to the end as soon as you reference an archive member by its name.
The best way to deal with this issue in my opinion is to improve the documentation for the stream interface.
History
Date User Action Args
2010-11-17 09:32:31lars.gustaebelsetrecipients: + lars.gustaebel, David.Nesting
2010-11-17 09:32:30lars.gustaebelsetmessageid: <1289986351.0.0.334148036449.issue10436@psf.upfronthosting.co.za>
2010-11-17 09:32:29lars.gustaebellinkissue10436 messages
2010-11-17 09:32:29lars.gustaebelcreate