[issue8466] typo in tp_name of cStringIO

Eric Smith report at bugs.python.org
Tue Apr 20 12:22:49 CEST 2010


Eric Smith <eric at trueblade.com> added the comment:

>From issue 8121:

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: +eric.smith
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list