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 serhiy.storchaka
Recipients brian.curtin, nadeem.vawda, rhettinger, serhiy.storchaka
Date 2013-01-20.20:19:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358713198.1.0.753955083483.issue17004@psf.upfronthosting.co.za>
In-reply-to
Content
tar.* is not a good choice because it doesn't allow random access. Bare tar better than zip only in case when you need to save additional file attributes (Unix file access mode, times, owner, group, links). ZIP format supports all this too, but not zipfile module yet.

Adding bz2 or lzma compression to ZIP file shouldn't be too hard.
History
Date User Action Args
2013-01-20 20:19:58serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, nadeem.vawda, brian.curtin
2013-01-20 20:19:58serhiy.storchakasetmessageid: <1358713198.1.0.753955083483.issue17004@psf.upfronthosting.co.za>
2013-01-20 20:19:58serhiy.storchakalinkissue17004 messages
2013-01-20 20:19:57serhiy.storchakacreate