[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.146,1.147

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Sep 5 23:47:33 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv15508
Modified Files:
	libfuncs.tex 
Log Message:
SF bug 799191: fix markup
Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** libfuncs.tex	25 Aug 2003 04:28:04 -0000	1.146
--- libfuncs.tex	6 Sep 2003 05:47:31 -0000	1.147
***************
*** 708,712 ****
 Return the \ASCII{} value of a string of one character or a Unicode
 character. E.g., \code{ord('a')} returns the integer \code{97},
! \code{ord(u'\\u2020')} returns \code{8224}. This is the inverse of
 \function{chr()} for strings and of \function{unichr()} for Unicode
 characters.
--- 708,712 ----
 Return the \ASCII{} value of a string of one character or a Unicode
 character. E.g., \code{ord('a')} returns the integer \code{97},
! \code{ord(u'\e u2020')} returns \code{8224}. This is the inverse of
 \function{chr()} for strings and of \function{unichr()} for Unicode
 characters.


More information about the Python-checkins mailing list

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