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 nirai
Recipients Kontr-Olli, akuchling, dbonner, djc, loewis, nadeem.vawda, niemeyer, nirai, pitrou, r.david.murray, therve, thomaslee
Date 2011-05-24.20:19:47
SpamBayes Score 0.034885645
Marked as misclassified No
Message-id <1306268388.53.0.359821176595.issue1625@psf.upfronthosting.co.za>
In-reply-to
Content
False alarm; go ahead with the review. I took a look too early in the morning before caffeine kicked in.

Note Lib/test/test_bz2.py was directly upgraded from bz2ms.patch.

A note on bz2 behavior: A BZ2Decompressor object is only good for one stream; after that eof is set and it will refuse to continue to the next stream; this seems in line with bzip2 manual:
http://www.bzip.org/1.0.5/bzip2-manual-1.0.5.html#bzDecompress
History
Date User Action Args
2011-05-24 20:19:48niraisetrecipients: + nirai, loewis, akuchling, niemeyer, pitrou, therve, thomaslee, nadeem.vawda, djc, r.david.murray, dbonner, Kontr-Olli
2011-05-24 20:19:48niraisetmessageid: <1306268388.53.0.359821176595.issue1625@psf.upfronthosting.co.za>
2011-05-24 20:19:48nirailinkissue1625 messages
2011-05-24 20:19:47niraicreate