[issue5452] Documentation for io.StringIO has wrong info for arguments

2009-03-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r70255. -- message_count: 1.0 -> 2.0 resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue5452] Documentation for io.StringIO has wrong info for arguments

2009-03-08 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: georg.brandl -> benjamin.peterson nosy: +benjamin.peterson nosy_count: 2.0 -> 3.0 ___ Python tracker ___ __

[issue5452] Documentation for io.StringIO has wrong info for arguments

2009-03-08 Thread Erick Tryzelaar
New submission from Erick Tryzelaar : (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" ar