[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.100.4.10,1.100.4.11

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 24 Sep 2002 14:01:08 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv18244/lib

Modified Files:
      Tag: release22-maint
	libfuncs.tex 
Log Message:
Another try at clarifying what goes into and comes out of Unicode objects.

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.100.4.10
retrieving revision 1.100.4.11
diff -C2 -d -r1.100.4.10 -r1.100.4.11
*** libfuncs.tex	24 Sep 2002 13:57:32 -0000	1.100.4.10
--- libfuncs.tex	24 Sep 2002 21:01:06 -0000	1.100.4.11
***************
*** 527,534 ****
    Return the length (the number of items) of an object.  The argument
    may be a sequence (string, tuple or list) or a mapping (dictionary).
-   In the case of Unicode strings, \function{len()} returns the number
-   of storage units, not abstract characters.  In particular, when a
-   surrogate pair is encountered, each component of the pair is counted
-   as a separate character.
  \end{funcdesc}
  
--- 527,530 ----