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 drylock, georg.brandl, pitrou
Date 2011-10-21.20:12:19
SpamBayes Score 0.017618584
Marked as misclassified No
Message-id <1319227940.1.0.847357528447.issue1548891@psf.upfronthosting.co.za>
In-reply-to
Content
Still happens on latest 2.7:

>>> from cStringIO import StringIO
>>> sio = StringIO(u"abc")
>>> sio.getvalue()
'a\x00b\x00c\x00'
History
Date User Action Args
2011-10-21 20:12:20pitrousetrecipients: + pitrou, georg.brandl, drylock
2011-10-21 20:12:20pitrousetmessageid: <1319227940.1.0.847357528447.issue1548891@psf.upfronthosting.co.za>
2011-10-21 20:12:19pitroulinkissue1548891 messages
2011-10-21 20:12:19pitroucreate