[issue8121] Typo in cStringIO

Jean-Michel Fauth report at bugs.python.org
Fri Mar 12 11:14:46 CET 2010


New submission from Jean-Michel Fauth <wxjmfauth at gmail.com>:

There is a malformed string in the module cStringIO.

StringI <--> StringIO


>>> sys.version
2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
>>> StringIO.StringIO('123')
<StringIO.StringIO instance at 0x02D230D0>
>>> cStringIO.StringIO('123')
<cStringIO.StringI object at 0x0183ECB0>
>>>

----------
components: None
messages: 100920
nosy: jmfauth
severity: normal
status: open
title: Typo in cStringIO
type: behavior
versions: Python 2.6

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


More information about the Python-bugs-list mailing list