summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-09-29 20:24:06 (GMT)
committerGeorg Brandl <georg@python.org>2005-09-29 20:24:06 (GMT)
commit1aa74ee5c5f4647c12c21ab3f5262a33d263bb35 (patch)
tree146e17918481e1eec1572081812fb1e981479518 /Doc
parent80ba8e85490515c293959a4196cbd99b1b3819a2 (diff)
downloadcpython-1aa74ee5c5f4647c12c21ab3f5262a33d263bb35.zip
cpython-1aa74ee5c5f4647c12c21ab3f5262a33d263bb35.tar.gz
cpython-1aa74ee5c5f4647c12c21ab3f5262a33d263bb35.tar.bz2
bug [ 1298120 ] shlex does not support unicode
Diffstat (limited to 'Doc')
-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 cddae67..3a43648 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}}