Alexandre Vassalotti added the comment: 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. ---------- nosy: +alexandre.vassalotti __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1029> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com