[Python-checkins] python/dist/src/Doc/api abstract.tex,1.8.6.5,1.8.6.6
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
Sun, 28 Jul 2002 06:56:22 -0700
Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv2693/Doc/api
Modified Files:
Tag: release22-maint
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.8.6.5
retrieving revision 1.8.6.6
diff -C2 -d -r1.8.6.5 -r1.8.6.6
*** abstract.tex 14 Jun 2002 14:36:23 -0000 1.8.6.5
--- abstract.tex 28 Jul 2002 13:56:20 -0000 1.8.6.6
***************
*** 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}