Fix unicode input in prompt mode in python2
shlex.split() in python2 doesn't work very well with Unicode as proven already in #66, so we're using ushlex when running on python2.
Showing
Please register or sign in to comment
shlex.split() in python2 doesn't work very well with Unicode as proven already in #66, so we're using ushlex when running on python2.