[issue8121] Typo in cStringIO

Jean-Michel Fauth report at bugs.python.org
Fri Mar 12 12:00:21 CET 2010


Jean-Michel Fauth <wxjmfauth at gmail.com> added the comment:

Wow! I never been aware of this (documentation, dir(), __doc__)
Indeed:

>>> cStringIO.StringIO()
<cStringIO.StringO object at 0x02D94F40>
>>> cStringIO.StringIO('abc')
<cStringIO.StringI object at 0x016DE920>

Sorry for the noise.

----------

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


More information about the Python-bugs-list mailing list