Kaydet (Commit) 46cfa398 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF bug #1091740: garbage collector still documented as optional

üst 9b87d1e2
...@@ -6,11 +6,6 @@ ...@@ -6,11 +6,6 @@
\moduleauthor{Neil Schemenauer}{nas@arctrix.com} \moduleauthor{Neil Schemenauer}{nas@arctrix.com}
\sectionauthor{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 This module provides an interface to the optional garbage collector. It
provides the ability to disable the collector, tune the collection provides the ability to disable the collector, tune the collection
frequency, and set debugging options. It also provides access to frequency, and set debugging options. It also provides access to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment