Message 231472 - Python tracker (original) (raw)

Message231472

Author serhiy.storchaka
Recipients Iridium.Yang, serhiy.storchaka
Date 2014-11-21.14:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1416578917.57.0.385582487568.issue22908@psf.upfronthosting.co.za
In-reply-to
Content
Actually TarFile already works with non-seekable streams. Use TarFile.open() with mode='r|*' or like. On other hand I'm not against the make non-compressed ZipExtFile seekable. It can be helpful in case when ZIP file is used just as a container for other files.
History
Date User Action Args
2014-11-21 14:08:37 serhiy.storchaka set recipients: + serhiy.storchaka, Iridium.Yang
2014-11-21 14:08:37 serhiy.storchaka set messageid: 1416578917.57.0.385582487568.issue22908@psf.upfronthosting.co.za
2014-11-21 14:08:37 serhiy.storchaka link issue22908 messages
2014-11-21 14:08:37 serhiy.storchaka create