[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.116,1.117

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
2002年9月24日 14:08:39 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv21168/lib
Modified Files:
	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.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** libfuncs.tex	24 Sep 2002 13:57:21 -0000	1.116
--- libfuncs.tex	24 Sep 2002 21:08:36 -0000	1.117
***************
*** 569,576 ****
 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}
 
--- 569,572 ----

AltStyle によって変換されたページ (->オリジナル) /