[Python-checkins] python/dist/src/Doc/lib libshlex.tex,1.18,1.19

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Sep 29 22:24:10 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8876/Doc/lib

Modified Files:
	libshlex.tex 
Log Message:
bug [ 1298120 ] shlex does not support unicode



Index: libshlex.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libshlex.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- libshlex.tex	31 Dec 2003 05:18:46 -0000	1.18
+++ libshlex.tex	29 Sep 2005 20:24:06 -0000	1.19
@@ -15,6 +15,8 @@
 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}}



More information about the Python-checkins mailing list