diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-12 04:22:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-12 04:22:53 (GMT) |
commit | bdcf91fda0a68e65f67dff7f1e223990d0498250 (patch) | |
tree | 7f0bff795796e32b898860ed06f4579472b01047 /Doc/lib/lib.tex | |
parent | bf26e07049c24d69acfabf8857267176486827af (diff) | |
download | cpython-bdcf91fda0a68e65f67dff7f1e223990d0498250.zip cpython-bdcf91fda0a68e65f67dff7f1e223990d0498250.tar.gz cpython-bdcf91fda0a68e65f67dff7f1e223990d0498250.tar.bz2 |
Documentation for the gc module. Text from Neil Schemenauer
<nascheme@enme.ucalgary.ca>, markup & minor revisions from Fred
Drake.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 55e0ea9..f15f98f 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -73,6 +73,7 @@ and how to embed it in other applications. \input{libpython} % Python Services \input{libsys} +\input{libgc} \input{libatexit} \input{libtypes} \input{libuserdict} |