This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anthon
Recipients anthon
Date 2010-04-20.09:28:21
SpamBayes Score 0.010061529
Marked as misclassified No
Message-id <1271755703.18.0.103883949918.issue8466@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-04-20 09:28:23anthonsetrecipients: + anthon
2010-04-20 09:28:23anthonsetmessageid: <1271755703.18.0.103883949918.issue8466@psf.upfronthosting.co.za>
2010-04-20 09:28:21anthonlinkissue8466 messages
2010-04-20 09:28:21anthoncreate