[issue5345] cStringIO class name typo
Virgil Dupras
report at bugs.python.org
Sun Feb 22 13:35:37 CET 2009
Virgil Dupras <hsoft at hardcoded.net> added the comment:
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.
----------
nosy: +vdupras
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5345>
_______________________________________
More information about the Python-bugs-list
mailing list