[issue1170] shlex have problems with parsing unicode

Andrew Jewett report at bugs.python.org
Wed Sep 29 03:32:02 EDT 2021


Andrew Jewett <jewett.aij at gmail.com> added the comment:

After posting that, I noticed that the second example I listed in my previous post (a language where words contain any non-whitespace, non-parenthesis character) can now be implemented in the current version of shlex.py by setting ​"whitespace_true" and "punctuation".  (Sorry, it's been a while since I looked at shlex.py, and it's had some usefl new features.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue1170>
_______________________________________


More information about the Python-bugs-list mailing list