[Patches] [ python-Patches-742290 ] unicode "support" for shlex.py

SourceForge.net noreply@sourceforge.net
Fri, 23 May 2003 05:48:00 -0700


Patches item #742290, was opened at 2003-05-23 14:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=742290&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Just van Rossum (jvr)
Assigned to: Nobody/Anonymous (nobody)
Summary: unicode "support" for shlex.py

Initial Comment:
Due to shlex.py's use of cStringIO, it behaves badly when fed unicode 
strings. The attached patch fixes that by always using StringIO instead 
of cStringIO.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=742290&group_id=5470