summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-07 00:51:02 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-01-07 00:51:02 (GMT)
commit46cfa3988721f81dd8debef4ce59ce463252cba0 (patch)
treea4ca2f214a90a2c3e9ee18dc78187880876afdeb /Doc
parent9b87d1e2f3cf5a6ac0eca2f84e8f04d886507d4e (diff)
downloadcpython-46cfa3988721f81dd8debef4ce59ce463252cba0.zip
cpython-46cfa3988721f81dd8debef4ce59ce463252cba0.tar.gz
cpython-46cfa3988721f81dd8debef4ce59ce463252cba0.tar.bz2
SF bug #1091740: garbage collector still documented as optional
Diffstat (limited to 'Doc')
-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 f256434..30939f0 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