]> granicus.if.org Git - python/commitdiff
SF bug #1091740: garbage collector still documented as optional
authorRaymond Hettinger <python@rcn.com>
Fri, 7 Jan 2005 00:49:17 +0000 (00:49 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 7 Jan 2005 00:49:17 +0000 (00:49 +0000)
Doc/lib/libgc.tex

index f256434a403472b355f7ef818eeb45fbf8803ca6..30939f0bf0d5e960495a5b38035a6c35601d388f 100644 (file)
@@ -6,11 +6,6 @@
 \moduleauthor{Neil Schemenauer}{nas@arctrix.com}
 \sectionauthor{Neil Schemenauer}{nas@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