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 lucas_malor
Recipients
Date 2007-03-15.15:16:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There's a problem with this path. If previously in my code I read some bytes of the the GzipFile object, _read_gzip_header returns IOError, 'Not a gzipped file', because it starts to read at the current position, not at the start. Unluckily seek() could not be used for urllib objects. I don't see any possible workaround.
History
Date User Action Args
2007-08-23 15:36:08adminlinkissue914340 messages
2007-08-23 15:36:08admincreate