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 vdupras
Recipients qwjqwj, vdupras
Date 2009-02-22.12:35:21
SpamBayes Score 0.005682654
Marked as misclassified No
Message-id <1235306137.6.0.14627520369.issue5345@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation says:

"Another difference from the StringIO module is that calling StringIO() 
with a string parameter creates a read-only object. Unlike an object 
created without a string parameter, it does not have write methods. These 
objects are not generally visible. They turn up in tracebacks as StringI 
and StringO."

And there seem to have been some activity about this around r33834.
History
Date User Action Args
2009-02-22 12:35:38vduprassetrecipients: + vdupras, qwjqwj
2009-02-22 12:35:37vduprassetmessageid: <1235306137.6.0.14627520369.issue5345@psf.upfronthosting.co.za>
2009-02-22 12:35:21vdupraslinkissue5345 messages
2009-02-22 12:35:21vduprascreate