[New-bugs-announce] [issue8466] typo in tp_name of cStringIO

Anthon van der Neut report at bugs.python.org
Tue Apr 20 11:28:23 CEST 2010


New submission from Anthon van der Neut <anthon at mnt.org>:

if you execute the following code from 
  cStringIO import StringIO
  x = StringIO()
  x.get_value()
you will see that the AttributeError line has a typo
it displays 'cStringIO.StringO' instead of 'cStringIO.StringIO'
this error is in line 529 of the Modules/cStringIO.c code (of 2.7b1)

----------
components: Library (Lib)
messages: 103687
nosy: anthon
severity: normal
status: open
title: typo in tp_name of cStringIO
type: behavior
versions: Python 2.6, Python 2.7

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


More information about the New-bugs-announce mailing list