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 James.Dominy, nadeem.vawda, serhiy.storchaka
Date 2014-02-26.20:48:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393447688.09.0.726303473439.issue20781@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, no, I just not pressed <Enter> after copying long testing command line. ;)

All works on 3.3 too, but on 2.7 I got incomplete result.

$ ./python -c 'import bz2, hashlib; d = bz2.BZ2File("../example-file.csv.bz2").read(); print len(d), hashlib.md5(d).hexdigest()'
900000 e2d4ce212a040c879cb256f88c9faab9
History
Date User Action Args
2014-02-26 20:48:08serhiy.storchakasetrecipients: + serhiy.storchaka, nadeem.vawda, James.Dominy
2014-02-26 20:48:08serhiy.storchakasetmessageid: <1393447688.09.0.726303473439.issue20781@psf.upfronthosting.co.za>
2014-02-26 20:48:08serhiy.storchakalinkissue20781 messages
2014-02-26 20:48:07serhiy.storchakacreate