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 alexandre.vassalotti
Recipients alexandre.vassalotti, gregory.p.smith, pitrou
Date 2008-06-08.05:42:03
SpamBayes Score 0.02297657
Marked as misclassified No
Message-id <1212903737.33.0.261936601879.issue2523@psf.upfronthosting.co.za>
In-reply-to
Content
I reviewed the patch and I found a few bugs -- i.e., peek() was
replacing the buffer content, read() wasn't written in consideration of
non-blocking streams, the removal of the None check in
BufferedRandom.read() was wrong.

Here's an updated patch.
History
Date User Action Args
2008-06-08 05:42:18alexandre.vassalottisetspambayes_score: 0.0229766 -> 0.02297657
recipients: + alexandre.vassalotti, gregory.p.smith, pitrou
2008-06-08 05:42:17alexandre.vassalottisetspambayes_score: 0.0229766 -> 0.0229766
messageid: <1212903737.33.0.261936601879.issue2523@psf.upfronthosting.co.za>
2008-06-08 05:42:15alexandre.vassalottilinkissue2523 messages
2008-06-08 05:42:14alexandre.vassalotticreate