[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" 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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com