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 pitrou
Recipients flox, georg.brandl, pitrou, vdupras
Date 2012-04-27.11:47:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335527229.2.0.941259414381.issue2387@psf.upfronthosting.co.za>
In-reply-to
Content
This was fixed in 2.7.3 actually (27ae7d4e1983):


Python 2.7.3+ (2.7:8b8b580e3fd3, Apr 25 2012, 17:24:51) 
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from cStringIO import StringIO
>>> StringIO(u'foo').read()
'foo'
History
Date User Action Args
2012-04-27 11:47:09pitrousetrecipients: + pitrou, georg.brandl, vdupras, flox
2012-04-27 11:47:09pitrousetmessageid: <1335527229.2.0.941259414381.issue2387@psf.upfronthosting.co.za>
2012-04-27 11:47:08pitroulinkissue2387 messages
2012-04-27 11:47:08pitroucreate