remove warning about not accepting unicode

I don't know if it actually works with unicode, though...
This commit is contained in:
Benjamin Peterson 2008-11-23 01:55:23 +00:00
parent 5df7567d00
commit 310d1394d9
1 changed files with 0 additions and 4 deletions

View File

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