Commit 1aa74ee5 authored by Georg Brandl's avatar Georg Brandl

bug [ 1298120 ] shlex does not support unicode

parent 80ba8e85
......@@ -15,6 +15,8 @@ simple syntaxes resembling that of the \UNIX{} shell. This will often
be useful for writing minilanguages, (for example, in run control
files for Python applications) or for parsing quoted strings.
\note{The \module{shlex} module currently does not support Unicode input.}
The \module{shlex} module defines the following functions:
\begin{funcdesc}{split}{s\optional{, comments}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment