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 MizardX
Recipients MizardX
Date 2009-04-28.05:57:04
SpamBayes Score 0.0013747587
Marked as misclassified No
Message-id <1240898269.47.0.592056792771.issue5863@psf.upfronthosting.co.za>
In-reply-to
Content
bz2.BZ2File should, like gzip.GzipFile, accept a fileobj argument.

If implemented, you could much more easily pipe BZ2-data from other 
sources, such as stdin or a socket.
History
Date User Action Args
2009-04-28 05:58:00MizardXsetrecipients: + MizardX
2009-04-28 05:57:49MizardXsetmessageid: <1240898269.47.0.592056792771.issue5863@psf.upfronthosting.co.za>
2009-04-28 05:57:39MizardXlinkissue5863 messages
2009-04-28 05:57:31MizardXcreate