summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libshlex.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex
index cddae67a92..3a43648897 100644
--- a/Doc/lib/libshlex.tex
+++ b/Doc/lib/libshlex.tex
@@ -15,6 +15,8 @@ simple 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 \module{shlex} module currently does not support Unicode input.}
+
The \module{shlex} module defines the following functions:
\begin{funcdesc}{split}{s\optional{, comments}}