SF bug #1091740: garbage collector still documented as optional

This commit is contained in:
Raymond Hettinger 2005-01-07 00:49:17 +00:00
parent 575a00b575
commit 17a7924667
1 changed files with 0 additions and 5 deletions

View 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