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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc
Date 2007-08-26.23:35:10
SpamBayes Score 0.06531988
Marked as misclassified No
Message-id <1188171310.6.0.995448708369.issue1029@psf.upfronthosting.co.za>
In-reply-to
Content
> As far as I know, StringIO should not do any string transformations.

(Not sure if you agree with the patch or not)
That's why the current behaviour is not correct: When I write('\n'),
getvalue() currently returns '\r\n'.
History
Date User Action Args
2007-08-26 23:35:10amaury.forgeotdarcsetspambayes_score: 0.0653199 -> 0.06531988
recipients: + amaury.forgeotdarc, alexandre.vassalotti
2007-08-26 23:35:10amaury.forgeotdarcsetspambayes_score: 0.0653199 -> 0.0653199
messageid: <1188171310.6.0.995448708369.issue1029@psf.upfronthosting.co.za>
2007-08-26 23:35:10amaury.forgeotdarclinkissue1029 messages
2007-08-26 23:35:10amaury.forgeotdarccreate