Message 268764 - Python tracker (original) (raw)
Message268764
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:59 | jae | set | recipients: + jae, serhiy.storchaka, Iridium.Yang, dkessel |
2016-06-18 05:02:59 | jae | set | messageid: 1466226179.03.0.797865835373.issue22908@psf.upfronthosting.co.za |
2016-06-18 05:02:58 | jae | link | issue22908 messages |
2016-06-18 05:02:58 | jae | create |