Message 337149 - Python tracker

Message337149

Author zach.ware
Recipients erwenn, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-04.21:06:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551733587.26.0.662635676198.issue36190@roundup.psfhosted.org>
In-reply-to
Content
Your attached file doesn't seem to be a valid zip file.

Also, note that the result of `tell` on a file opened in text mode is documented [1] as being an opaque integer; there is no guarantee that the result of `tell` has any relation to the number of characters read from the file.  `tell` on a binary file does return the exact position of the cursor in the file, though.

[1] https://docs.python.org/3/library/io.html#io.TextIOBase.tell
History
Date User Action Args
2019-03-04 21:06:27zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower, erwenn
2019-03-04 21:06:27zach.waresetmessageid: <1551733587.26.0.662635676198.issue36190@roundup.psfhosted.org>
2019-03-04 21:06:27zach.warelinkissue36190 messages
2019-03-04 21:06:27zach.warecreate