Comment 7 for bug 1404060

Revision history for this message
Robert C Jennings (rcj) wrote :

The second patch should be fine (it uses shlex to split on whitespace the same as sshd would). The shlex docs do state that unicode support doesn't show up until python2.7[1]. Additionally, we would want whitespace_split = True for shlex.

[1] https://docs.python.org/2/library/shlex.html