[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.100.4.4,1.100.4.5
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
Mon, 08 Jul 2002 07:29:30 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv2038
Modified Files:
Tag: release22-maint
libfuncs.tex
Log Message:
Fix typo: "an Unicode string" --> "a Unicode string"
Clarify the return value when the parameter is a Unicode object.
Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.100.4.4
retrieving revision 1.100.4.5
diff -C2 -d -r1.100.4.4 -r1.100.4.5
*** libfuncs.tex 29 Jun 2002 16:11:08 -0000 1.100.4.4
--- libfuncs.tex 8 Jul 2002 14:29:28 -0000 1.100.4.5
***************
*** 832,837 ****
If no optional parameters are given, \code{unicode()} will mimic the
behaviour of \code{str()} except that it returns Unicode strings
! instead of 8-bit strings. More precisely, if \var{object} is an
! Unicode string or subclass it will return a Unicode string without
any additional decoding applied.
--- 832,837 ----
If no optional parameters are given, \code{unicode()} will mimic the
behaviour of \code{str()} except that it returns Unicode strings
! instead of 8-bit strings. More precisely, if \var{object} is a
! Unicode string or subclass it will return that Unicode string without
any additional decoding applied.