]> granicus.if.org Git - python/commitdiff
bug [ 1298120 ] shlex does not support unicode
authorGeorg Brandl <georg@python.org>
Thu, 29 Sep 2005 20:24:06 +0000 (20:24 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 29 Sep 2005 20:24:06 +0000 (20:24 +0000)
Doc/lib/libshlex.tex

index cddae67a92dd4e848b83cee00da6935ed3bf4756..3a43648897f7a0dcc3f2badb00ae29f61408a6dc 100644 (file)
@@ -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}}