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 taddeimania
Recipients berker.peksag, martin.panter, milap.py, python-dev, r.david.murray, serhiy.storchaka, taddeimania
Date 2015-04-15.19:07:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429124853.53.0.831539592705.issue23883@psf.upfronthosting.co.za>
In-reply-to
Content
I took care of the tarfile module.

Added the following according to the first message:

tarfile.CompressionError
tarfile.HeaderError
tarfile.ReadError
tarfile.open


The following were included in __all__ that were not explicitly mentioned in the first message but were denoted as an exported function, exported class, or an exported error.

tarfile.main
tarfile.TarIter
tarfile.StreamError
tarfile.ExtractError
tarfile.SubsequentHeaderError
tarfile.InvalidHeaderError
tarfile.EmptyHeaderError
tarfile.EOFHeaderError
tarfile.TruncatedHeaderError

This is my first patch so feedback is highly appreciated.
History
Date User Action Args
2015-04-15 19:07:33taddeimaniasetrecipients: + taddeimania, r.david.murray, python-dev, berker.peksag, martin.panter, serhiy.storchaka, milap.py
2015-04-15 19:07:33taddeimaniasetmessageid: <1429124853.53.0.831539592705.issue23883@psf.upfronthosting.co.za>
2015-04-15 19:07:33taddeimanialinkissue23883 messages
2015-04-15 19:07:33taddeimaniacreate