summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-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: