[New-bugs-announce] [issue5452] Documentation for io.StringIO has wrong info for arguments

Erick Tryzelaar report at bugs.python.org
Mon Mar 9 02:03:12 CET 2009


New submission from Erick Tryzelaar <idadesub at users.sourceforge.net>:

(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.

----------
assignee: georg.brandl
components: Documentation
message_count: 1.0
messages: 83345
nosy: erickt, georg.brandl
nosy_count: 2.0
severity: normal
status: open
title: Documentation for io.StringIO has wrong info for arguments
type: behavior
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5452>
_______________________________________


More information about the New-bugs-announce mailing list