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 georg.brandl
Recipients georg.brandl
Date 2008-02-01.11:18:37
SpamBayes Score 0.023613496
Marked as misclassified No
Message-id <1201864727.99.0.0928794307411.issue1986@psf.upfronthosting.co.za>
In-reply-to
Content
>>> x = io.StringIO(1)
>>> x.read()
'1'
History
Date User Action Args
2008-02-01 11:18:48georg.brandlsetspambayes_score: 0.0236135 -> 0.023613496
recipients: + georg.brandl
2008-02-01 11:18:48georg.brandlsetspambayes_score: 0.0236135 -> 0.0236135
messageid: <1201864727.99.0.0928794307411.issue1986@psf.upfronthosting.co.za>
2008-02-01 11:18:37georg.brandllinkissue1986 messages
2008-02-01 11:18:37georg.brandlcreate