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 Sworddragon
Recipients Sworddragon
Date 2014-04-27.22:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398637565.27.0.953592639835.issue21369@psf.upfronthosting.co.za>
In-reply-to
Content
tarfile.open() does support optionally an compression method on the mode argument in the form of 'filemode[:compression]' but tarfile.TarFile() does only suport 'a', 'r' and 'w'. Is there a special reason that tarfile.TarFile() doesn't directly support an optional compression method? Otherwise it would be nice if they could be used directly on tarfile.TarFile() too.
History
Date User Action Args
2014-04-27 22:26:05Sworddragonsetrecipients: + Sworddragon
2014-04-27 22:26:05Sworddragonsetmessageid: <1398637565.27.0.953592639835.issue21369@psf.upfronthosting.co.za>
2014-04-27 22:26:05Sworddragonlinkissue21369 messages
2014-04-27 22:26:05Sworddragoncreate