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 gvanrossum
Recipients
Date 2002-04-23.12:52:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The last few comments added to bug 216388 indicate a
new problem in cStringIO. Rather than abusing that bug
report, I'm opening a new one here. The problem is that
cStringIO now accepts Unicode strings to write(), but
when you use this, getvalue() returns binary garbage.
The cause is apparently MAL's checkin for cStringIO
2.30, which enabled read buffers.
History
Date User Action Args
2007-08-23 16:02:12adminlinkissue547537 messages
2007-08-23 16:02:12admincreate