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 serhiy.storchaka
Recipients dstanek, eric.araujo, ezio.melotti, gruszczy, maker, pitrou, serhiy.storchaka, srid, terry.reedy
Date 2012-12-04.10:32:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354617143.43.0.0690887803157.issue6584@psf.upfronthosting.co.za>
In-reply-to
Content
read32() should raise BadGzipFile when less than 4 bytes read. Also you should introduce read8() function which raises BadGzipFile when less than 1 byte read.

See also issue4844 and issue14315 for zipfile.
History
Date User Action Args
2012-12-04 10:32:23serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, dstanek, ezio.melotti, eric.araujo, gruszczy, srid, maker
2012-12-04 10:32:23serhiy.storchakasetmessageid: <1354617143.43.0.0690887803157.issue6584@psf.upfronthosting.co.za>
2012-12-04 10:32:23serhiy.storchakalinkissue6584 messages
2012-12-04 10:32:23serhiy.storchakacreate