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 benjamin.peterson
Recipients benjamin.peterson, christian.heimes, georg.brandl, zanella
Date 2008-02-25.23:33:22
SpamBayes Score 0.09041305
Marked as misclassified No
Message-id <1203982403.39.0.926261199.issue1986@psf.upfronthosting.co.za>
In-reply-to
Content
According to the docs: "When a StringIO object is created, it can be
initialized to an existing string by passing the string to the constructor."
So, it seems that that the docs are being too strict, or the code is
being too open. The conversion to str in the constructor is explicit, so
I'd favor leaving it be.
History
Date User Action Args
2008-02-25 23:33:23benjamin.petersonsetspambayes_score: 0.090413 -> 0.09041305
recipients: + benjamin.peterson, georg.brandl, christian.heimes, zanella
2008-02-25 23:33:23benjamin.petersonsetspambayes_score: 0.090413 -> 0.090413
messageid: <1203982403.39.0.926261199.issue1986@psf.upfronthosting.co.za>
2008-02-25 23:33:22benjamin.petersonlinkissue1986 messages
2008-02-25 23:33:22benjamin.petersoncreate