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 dbonner
Recipients akuchling, dbonner, niemeyer, therve, thomaslee
Date 2009-09-29.19:36:02
SpamBayes Score 0.00020556874
Marked as misclassified No
Message-id <1254252965.04.0.942695893414.issue1625@psf.upfronthosting.co.za>
In-reply-to
Content
I've got a patch that fixes this.  It allows BZ2File to read
multi-stream files as generated by pbzip2, allows BZ2File to open files
in append mode, and also updates bz2.decompress to allow it to handle
multi-stream chunks of data.

We originally wrote it against 2.5, but I've updated the patch to py3k
trunk, and attached it here.  If there's interest in a patch against 2.7
trunk, please let me know.
History
Date User Action Args
2009-09-29 19:36:05dbonnersetrecipients: + dbonner, akuchling, niemeyer, therve, thomaslee
2009-09-29 19:36:05dbonnersetmessageid: <1254252965.04.0.942695893414.issue1625@psf.upfronthosting.co.za>
2009-09-29 19:36:03dbonnerlinkissue1625 messages
2009-09-29 19:36:03dbonnercreate