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 jae
Recipients Iridium.Yang, dkessel, jae, serhiy.storchaka
Date 2016-06-18.05:02:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466226179.03.0.797865835373.issue22908@psf.upfronthosting.co.za>
In-reply-to
Content
To add to this (without looking at the patch): I just to my astonishment learned that a ZipExtFile doesn't even support tell().  I can understand the seek being nontrivial... but the tell?  It's a bytestream, and there is (isn't there?) a clear definition of what next byte a read(1) would deliver.  It should be trivial to keep track of the (only ever increasing) file position.
History
Date User Action Args
2016-06-18 05:02:59jaesetrecipients: + jae, serhiy.storchaka, Iridium.Yang, dkessel
2016-06-18 05:02:59jaesetmessageid: <1466226179.03.0.797865835373.issue22908@psf.upfronthosting.co.za>
2016-06-18 05:02:58jaelinkissue22908 messages
2016-06-18 05:02:58jaecreate