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 erickt, georg.brandl
Date 2009-03-09.01:03:08
SpamBayes Score 0.01823972
Marked as misclassified No
Message-id <1236560592.13.0.29473692422.issue5452@psf.upfronthosting.co.za>
In-reply-to
Content
(this is redirecting from http://bugs.python.org/issue5451). The 
documentation for io.StringIO is incorrect on the arguments. First off, it 
doesn't actually accept the "encoding" and "errors" arguments. Second, 
it's not stated that the default "newline" argument is "\n", as opposed to 
it's parent class TextIOWrapper, which defaults to None.
History
Date User Action Args
2009-03-09 01:03:12ericktsetrecipients: + erickt, georg.brandl
2009-03-09 01:03:12ericktsetmessageid: <1236560592.13.0.29473692422.issue5452@psf.upfronthosting.co.za>
2009-03-09 01:03:10ericktlinkissue5452 messages
2009-03-09 01:03:08ericktcreate