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

From PEP-3116 "New I/O", last paragraph of the section "Text I/O":
> Another implementation, StringIO, creates a file-like TextIO
> implementation without an underlying Buffered I/O object. [...]  It
> does not support encodings or newline translations; you always read
> back exactly the characters you wrote.
History
Date User Action Args
2007-08-26 23:26:30alexandre.vassalottisetspambayes_score: 0.434301 -> 0.43430108
recipients: + alexandre.vassalotti, amaury.forgeotdarc
2007-08-26 23:26:30alexandre.vassalottisetspambayes_score: 0.434301 -> 0.434301
messageid: <1188170790.83.0.521592576817.issue1029@psf.upfronthosting.co.za>
2007-08-26 23:26:30alexandre.vassalottilinkissue1029 messages
2007-08-26 23:26:30alexandre.vassalotticreate