summaryrefslogtreecommitdiff
path: root/Doc/lib
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-07 00:49:17 +0000
committerRaymond Hettinger <python@rcn.com>2005-01-07 00:49:17 +0000
commit17a7924667f82896813ea1027c33e419dc3b642a (patch)
tree77ca2e0af86ed94148af6eb864b8d739162505e6 /Doc/lib
parent575a00b575a26cf06648b522425f9dc5d7bc2a66 (diff)
downloadcpython-git-17a7924667f82896813ea1027c33e419dc3b642a.tar.gz
SF bug #1091740: garbage collector still documented as optional
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libgc.tex5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/lib/libgc.tex b/Doc/lib/libgc.tex
index f256434a40..30939f0bf0 100644
--- a/Doc/lib/libgc.tex
+++ b/Doc/lib/libgc.tex
@@ -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