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 <[email protected]>
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: <[email protected]>
2009-04-28 05:57:39MizardXlinkissue5863 messages
2009-04-28 05:57:31MizardXcreate