From: Georg Brandl Date: Thu, 29 Sep 2005 20:24:12 +0000 (+0000) Subject: backport bug [ 1298120 ] shlex does not support unicode X-Git-Tag: v2.4.3c1~266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=389e02844ae49fefca622e6931c3346497eda1d9;p=thirdparty%2FPython%2Fcpython.git backport bug [ 1298120 ] shlex does not support unicode --- diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex index cddae67a92dd..3a43648897f7 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}}