[Python-checkins] CVS: python/dist/src/Doc/lib libgc.tex,1.7,1.8

Martin v. L?wis loewis@users.sourceforge.net
2001年11月24日 01:24:53 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv16042/Doc/lib
Modified Files:
	libgc.tex 
Log Message:
Rename get_referents to get_referrers. Fixes #483815.
Index: libgc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgc.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** libgc.tex	2001年11月18日 04:51:17	1.7
--- libgc.tex	2001年11月24日 09:24:51	1.8
***************
*** 79,82 ****
--- 79,89 ----
 \end{funcdesc}
 
+ \begin{funcdesc}{get_referrers}{*objs}
+ Return the list of objects that directly refer to any of objs. This
+ function will only locate those containers which support garbage
+ collection; extension types which do refer to other objects but do not
+ support garbage collection will not be found.
+ \versionadded{2.2}
+ \end{funcdesc}
 
 The following variable is provided for read-only access (you can

AltStyle によって変換されたページ (->オリジナル) /