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 martin.panter
Recipients berker.peksag, martin.panter, milap.py, python-dev, r.david.murray, serhiy.storchaka, taddeimania
Date 2015-04-15.23:07:38
SpamBayes Score 0.0
Marked as misclassified Yes
Message-id <1429139258.17.0.465505350651.issue23883@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding tarfile: Two of the extra errors are documented, so I agree they should be added:

* tarfile.StreamError
* tarfile.ExtractError

However I’m not so sure about main(), TarIter, and the HeaderError subclasses. They aren’t mentioned in the documentation. At least main() and TarIter are just implementation details I think.

There are other documented items that should be added in my opinion. These would not be picked up by the proposed test, although they would be picked up by making the test like in revision 10b0a8076be8.

* ENCODING
* USTAR/GNU/PAX/DEFAULT_FORMAT
History
Date User Action Args
2015-07-29 18:27:42rbcollinssetspambayes_score: -1.0 -> 0.0
2015-04-15 23:07:38martin.pantersetrecipients: + martin.panter, r.david.murray, python-dev, berker.peksag, serhiy.storchaka, milap.py, taddeimania
2015-04-15 23:07:38martin.pantersetmessageid: <1429139258.17.0.465505350651.issue23883@psf.upfronthosting.co.za>
2015-04-15 23:07:38martin.panterlinkissue23883 messages
2015-04-15 23:07:38martin.pantercreate