[Python-checkins] python/dist/src/Doc/lib libgc.tex,1.10,1.11

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


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

Modified Files:
	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.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** libgc.tex	26 Jan 2002 20:11:50 -0000	1.10
--- libgc.tex	10 Jul 2002 19:21:07 -0000	1.11
***************
*** 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}}}