[issue8121] Typo in cStringIO

Georg Brandl report at bugs.python.org
Fri Mar 12 11:18:43 CET 2010


Georg Brandl <georg at python.org> added the comment:

That name is actually correct.  cStringIO features two different types, depending on whether you call cStringIO.StringIO() with or without an argument.  One is called "StringI", the other "StringO".

----------
nosy: +georg.brandl
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list