mirror of
https://github.com/python/cpython.git
synced 2025-11-27 21:55:35 +00:00
remove warning about not accepting unicode
I don't know if it actually works with unicode, though...
This commit is contained in:
parent
5df7567d00
commit
310d1394d9
1 changed files with 0 additions and 4 deletions
|
|
@ -15,10 +15,6 @@ syntaxes resembling that of the Unix shell. This will often be useful for
|
||||||
writing minilanguages, (for example, in run control files for Python
|
writing minilanguages, (for example, in run control files for Python
|
||||||
applications) or for parsing quoted strings.
|
applications) or for parsing quoted strings.
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
The :mod:`shlex` module currently does not support Unicode input.
|
|
||||||
|
|
||||||
The :mod:`shlex` module defines the following functions:
|
The :mod:`shlex` module defines the following functions:
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue