Skip to content

Conversation

dnephin
Copy link
Contributor

@dnephin dnephin commented Oct 26, 2015

While debugging docker/compose#2255 I can across this error on python2.

The docs claim that python >= 2.7.3 will support unicode in shlex.split(), but that is a lie in many cases because it attempts to import and use cStringIO which does not support unicode.

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
@shin-
Copy link
Contributor

shin- commented Oct 27, 2015

LGTM!

shin- added a commit that referenced this pull request Oct 27, 2015
@shin- shin- merged commit 929e046 into docker:master Oct 27, 2015
@dnephin dnephin deleted the fix_unicode_commands branch October 27, 2015 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants