[Python-checkins] python/dist/src/Doc/lib libgc.tex,1.15,1.16

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Jan 7 01:49:20 CET 2005


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

Modified Files:
	libgc.tex 
Log Message:
SF bug #1091740: garbage collector still documented as optional



Index: libgc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libgc.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- libgc.tex	28 Oct 2003 12:10:38 -0000	1.15
+++ libgc.tex	7 Jan 2005 00:49:17 -0000	1.16
@@ -6,11 +6,6 @@
 \moduleauthor{Neil Schemenauer}{nas at arctrix.com}
 \sectionauthor{Neil Schemenauer}{nas at arctrix.com}
 
-The \module{gc} module is only available if the interpreter was built
-with the optional cyclic garbage detector (enabled by default).  If
-this was not enabled, an \exception{ImportError} is raised by attempts
-to import this module.
-
 This module provides an interface to the optional garbage collector.  It
 provides the ability to disable the collector, tune the collection
 frequency, and set debugging options.  It also provides access to



More information about the Python-checkins mailing list