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 jvr
Recipients
Date 2003-05-23.12:47:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:27:19adminlinkissue742290 messages
2007-08-23 15:27:19admincreate