commit | 6c71091fbe9698255ea67f4ea2f61a1b586ff827 | [log] [tgz] |
---|---|---|
author | Jim Fulton <jim@zope.com> | Sat Jun 28 13:29:16 2003 +0000 |
committer | Jim Fulton <jim@zope.com> | Sat Jun 28 13:29:16 2003 +0000 |
tree | d9372c9f552fb709b03b5c4f3e65c0dd1b6ba69c | |
parent | 9c3e9572515f11ebec1321d2b683abb60da3fe9e [diff] [blame] |
Rewrote the docs for supporting cyclic garbage collection to reflect the new way that once writes types. Deleted the old section and sample code and added a new section building on the Noddy example.
diff --git a/Doc/ext/setup.py b/Doc/ext/setup.py index 5b99cfe..1805b17 100644 --- a/Doc/ext/setup.py +++ b/Doc/ext/setup.py
@@ -4,5 +4,6 @@ Extension("noddy", ["noddy.c"]), Extension("noddy2", ["noddy2.c"]), Extension("noddy3", ["noddy3.c"]), + Extension("noddy4", ["noddy4.c"]), ])