[Python-bugs-list] [Bug #116388] cStringIO rejects Unicode strings

noreply@sourceforge.net noreply@sourceforge.net
Sun, 8 Oct 2000 17:42:04 -0700


Bug #116388, was updated on 2000-Oct-08 17:42
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: cStringIO rejects Unicode strings

Details: >>> import cStringIO
>>> s=cStringIO.StringIO(u"abcdefgh")
Traceback (innermost last):
  File "<pyshell#8>", line 1, in ?
    s=cStringIO.StringIO(u"abcdefgh")
TypeError: expected string, unicode found


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=116388&group_id=5470