[Python-checkins] python/dist/src/Doc/lib libgc.tex,1.13,1.14

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 08 Apr 2003 10:37:52 -0700


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

Modified Files:
	libgc.tex 
Log Message:
Markup fix.


Index: libgc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgc.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** libgc.tex	8 Apr 2003 17:17:14 -0000	1.13
--- libgc.tex	8 Apr 2003 17:37:47 -0000	1.14
***************
*** 103,108 ****
  Return a list of objects directly referred to by any of the arguments.
  The referents returned are those objects visited by the arguments'
! C-level \cfunction{tp_traverse} methods (if any), and may not be all
! objects actually directly reachable.  \cfunction{tp_traverse} methods
  are supported only by objects that support garbage collection, and are
  only required to visit objects that may be involved in a cycle.  So,
--- 103,108 ----
  Return a list of objects directly referred to by any of the arguments.
  The referents returned are those objects visited by the arguments'
! C-level \member{tp_traverse} methods (if any), and may not be all
! objects actually directly reachable.  \member{tp_traverse} methods
  are supported only by objects that support garbage collection, and are
  only required to visit objects that may be involved in a cycle.  So,