mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
bug [ 1298120 ] shlex does not support unicode
This commit is contained in:
parent
80ba8e8549
commit
1aa74ee5c5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
be useful for writing minilanguages, (for example, in run control
|
||||||
files for Python applications) or for parsing quoted strings.
|
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:
|
The \module{shlex} module defines the following functions:
|
||||||
|
|
||||||
\begin{funcdesc}{split}{s\optional{, comments}}
|
\begin{funcdesc}{split}{s\optional{, comments}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue