[Python-checkins] python/dist/src/Doc/lib libweakref.tex,1.23,1.24

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Feb 3 15:56:24 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19980

Modified Files:
	libweakref.tex 
Log Message:
minor markup adjustments

Index: libweakref.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libweakref.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** libweakref.tex	3 Feb 2004 19:44:26 -0000	1.23
--- libweakref.tex	3 Feb 2004 20:55:15 -0000	1.24
***************
*** 58,62 ****
    retrieved by calling the reference object if the referent is still
    alive; if the referent is no longer alive, calling the reference
!   object will cause \code{None} to be returned.  If \var{callback} is
    provided and not \constant{None},
    it will be called when the object is about to be
--- 58,62 ----
    retrieved by calling the reference object if the referent is still
    alive; if the referent is no longer alive, calling the reference
!   object will cause \constant{None} to be returned.  If \var{callback} is
    provided and not \constant{None},
    it will be called when the object is about to be
***************
*** 192,196 ****
  
  If the referent no longer exists, calling the reference object returns
! \code{None}:
  
  \begin{verbatim}
--- 192,196 ----
  
  If the referent no longer exists, calling the reference object returns
! \constant{None}:
  
  \begin{verbatim}




More information about the Python-checkins mailing list