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 brian.curtin
Recipients asnakelover, brian.curtin, jackdied, nirai, pitrou
Date 2009-12-18.14:36:01
SpamBayes Score 1.5676211e-06
Marked as misclassified No
Message-id <1261146963.31.0.484960944275.issue7471@psf.upfronthosting.co.za>
In-reply-to
Content
In the test, should you verify that the correct data comes back from
io.BufferedReader? After the r.close() on line 90 of test_gzip.py,
adding something like "self.assertEqual("".join(lines), data1*50)" would
do the trick. 
Looks good.
History
Date User Action Args
2009-12-18 14:36:03brian.curtinsetrecipients: + brian.curtin, pitrou, jackdied, nirai, asnakelover
2009-12-18 14:36:03brian.curtinsetmessageid: <1261146963.31.0.484960944275.issue7471@psf.upfronthosting.co.za>
2009-12-18 14:36:01brian.curtinlinkissue7471 messages
2009-12-18 14:36:01brian.curtincreate