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 erickt
Recipients benjamin.peterson, erickt
Date 2009-03-09.00:55:01
SpamBayes Score 0.0008060605
Marked as misclassified No
Message-id <1236560103.79.0.0346969970237.issue5451@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Benjamin. Could the documentation for StringIO be updated then? The 
docs for io.StringIO [1] says that io.TextIOWrapper implements the 
constructor, but TextIOWrapper defaults newline to None [2], and there's 
nothing that states that io.StringIO changes the default to newline='\n'.

[1]: http://docs.python.org/3.0/library/io.html#io.StringIO
[2]: http://docs.python.org/3.0/library/io.html#io.TextIOWrapper
History
Date User Action Args
2009-03-09 00:55:03ericktsetrecipients: + erickt, benjamin.peterson
2009-03-09 00:55:03ericktsetmessageid: <1236560103.79.0.0346969970237.issue5451@psf.upfronthosting.co.za>
2009-03-09 00:55:02ericktlinkissue5451 messages
2009-03-09 00:55:01ericktcreate