[Python-checkins] python/dist/src/Doc/api abstract.tex,1.17,1.18

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 28 Jul 2002 06:55:22 -0700


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

Modified Files:
	abstract.tex 
Log Message:
Fix SF bug 587012, doc mentions inexistent builtin unistr

Index: abstract.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/abstract.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** abstract.tex	14 Jun 2002 14:35:56 -0000	1.17
--- abstract.tex	28 Jul 2002 13:55:20 -0000	1.18
***************
*** 167,172 ****
    the Unicode string representation on success, \NULL{} on failure.
    This is the equivalent of the Python expression
!   \samp{unistr(\var{o})}.  Called by the
!   \function{unistr()}\bifuncindex{unistr} built-in function.
  \end{cfuncdesc}
  
--- 167,172 ----
    the Unicode string representation on success, \NULL{} on failure.
    This is the equivalent of the Python expression
!   \samp{unicode(\var{o})}.  Called by the
!   \function{unicode()}\bifuncindex{unicode} built-in function.
  \end{cfuncdesc}