bug [ 1298120 ] shlex does not support unicode

This commit is contained in:
Georg Brandl 2005-09-29 20:24:06 +00:00
parent 80ba8e8549
commit 1aa74ee5c5

View file

@ -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}}