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 loewis
Recipients
Date 2007-03-06.13:02:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I don't think it is right to treat this as EOF. I haven't fully understood the problem (can you explain the format error encountered: what is expected, what is sent instead?), however, I notice that gzip itself also complains about an "unexpected EOF" error, so I don't think we should silently decompress the file. Producing an exception indicating the proper problem and including the data received so far in it would be more appropriate.

Also, can you provide an example file for the test suite that isn't copyrighted by somebody else?
History
Date User Action Args
2007-08-23 15:42:04adminlinkissue1159051 messages
2007-08-23 15:42:04admincreate