summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-23 01:55:23 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-23 01:55:23 (GMT)
commit310d1394d9a9388eefbb2536a86031e1e91bde63 (patch)
tree45e90a2f748ebba997ec44da92a2e6932306a9b8
parent5df7567d007a6c5a4abc4e910af4bb3c2e9e3c6c (diff)
downloadcpython-310d1394d9a9388eefbb2536a86031e1e91bde63.zip
cpython-310d1394d9a9388eefbb2536a86031e1e91bde63.tar.gz
cpython-310d1394d9a9388eefbb2536a86031e1e91bde63.tar.bz2
remove warning about not accepting unicode
I don't know if it actually works with unicode, though...
-rw-r--r--Doc/library/shlex.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst
index 1b1e6fe..ee241f4 100644
--- a/Doc/library/shlex.rst
+++ b/Doc/library/shlex.rst
@@ -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: