[Python-checkins] python/dist/src/Doc/lib libfuncs.tex, 1.143.8.2, 1.143.8.3

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Sep 5 23:48:09 EDT 2003


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

Modified Files:
      Tag: release23-maint
	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.143.8.2
retrieving revision 1.143.8.3
diff -C2 -d -r1.143.8.2 -r1.143.8.3
*** libfuncs.tex	25 Aug 2003 04:34:46 -0000	1.143.8.2
--- libfuncs.tex	6 Sep 2003 05:48:07 -0000	1.143.8.3
***************
*** 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