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 nadeem.vawda
Recipients MizardX, antlong, asvetlov, eric.araujo, mdehoon, nadeem.vawda, niemeyer, pitrou, rhettinger, wrobell, xuanji
Date 2011-04-02.13:34:54
SpamBayes Score 4.9108277e-09
Marked as misclassified No
Message-id <1301751303.67.0.413930442474.issue5863@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch that adds read1() to BZ2File. This should fix things
for issue10791 from the bz2 side. I also took the opportunity to clean up
_read_block() to be more readable. As per Martin's suggestion on python-dev, I
put the copyright notice in the patch header, rather than in the code itself.
History
Date User Action Args
2011-04-02 13:35:03nadeem.vawdasetrecipients: + nadeem.vawda, rhettinger, niemeyer, mdehoon, pitrou, wrobell, eric.araujo, asvetlov, MizardX, antlong, xuanji
2011-04-02 13:35:03nadeem.vawdasetmessageid: <1301751303.67.0.413930442474.issue5863@psf.upfronthosting.co.za>
2011-04-02 13:35:02nadeem.vawdalinkissue5863 messages
2011-04-02 13:35:01nadeem.vawdacreate