[Python-checkins] python/dist/src/Doc/lib libgc.tex,1.9,1.9.4.1

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 10 Jul 2002 12:21:57 -0700


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

Modified Files:
      Tag: release22-maint
	libgc.tex 
Log Message:
Document gc.get_objects().
Closes SF bug #578308.


Index: libgc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgc.tex,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -C2 -d -r1.9 -r1.9.4.1
*** libgc.tex	14 Dec 2001 21:19:08 -0000	1.9
--- libgc.tex	10 Jul 2002 19:21:55 -0000	1.9.4.1
***************
*** 52,55 ****
--- 52,61 ----
  \end{funcdesc}
  
+ \begin{funcdesc}{get_objects}{}
+ Returns a list of all objects tracked by the collector, excluding the
+ list returned.
+ \versionadded{2.2}
+ \end{funcdesc}
+ 
  \begin{funcdesc}{set_threshold}{threshold0\optional{,
                                  threshold1\optional{, threshold2}}}