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 pitrou
Recipients alexandre.vassalotti, brett.cannon, georg.brandl, gvanrossum, pitrou
Date 2008-03-30.20:48:24
SpamBayes Score 0.60369736
Marked as misclassified No
Message-id <1206910106.32.0.376334483486.issue1751@psf.upfronthosting.co.za>
In-reply-to
Content
One last thing: you probably noticed it, but there is one test which
needs correcting in test_StringIO. It's due to the fact that calling
next() on a closed BytesIO object raises ValueError now rather than
StopIteration.
History
Date User Action Args
2008-03-30 20:48:26pitrousetspambayes_score: 0.603697 -> 0.60369736
recipients: + pitrou, gvanrossum, brett.cannon, georg.brandl, alexandre.vassalotti
2008-03-30 20:48:26pitrousetspambayes_score: 0.603697 -> 0.603697
messageid: <1206910106.32.0.376334483486.issue1751@psf.upfronthosting.co.za>
2008-03-30 20:48:24pitroulinkissue1751 messages
2008-03-30 20:48:24pitroucreate