]> granicus.if.org Git - python/commitdiff
remove warning about not accepting unicode
authorBenjamin Peterson <benjamin@python.org>
Sun, 23 Nov 2008 01:55:23 +0000 (01:55 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 23 Nov 2008 01:55:23 +0000 (01:55 +0000)
I don't know if it actually works with unicode, though...

Doc/library/shlex.rst

index 1b1e6fe7000715a289d770263d7504f41d36fc54..ee241f4a52cc9207808b2f7311c31970b9c6a5fb 100644 (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: