[Python-bugs-list] [ python-Bugs-671447 ] StringIO doc doesn't say it's sometimes read-only

SourceForge.net noreply@sourceforge.net
Mon, 20 Jan 2003 14:58:25 -0800


Bugs item #671447, was opened at 2003-01-20 22:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=671447&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mike Orr (hierro)
Assigned to: Nobody/Anonymous (nobody)
Summary: StringIO doc doesn't say it's sometimes read-only

Initial Comment:
When StringIO is instantiated with an intial string:
StringIO("Hello, world!")
it's read-only; the write methods don't exist.  The
Python Library Reference should mention this.

If you instantiate StringIO without an initial string:
StringIO()
you get both read and write methods.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=671447&group_id=5470