]> granicus.if.org Git - python/commitdiff
- update Neil's email address
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 4 Oct 2000 16:34:09 +0000 (16:34 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 4 Oct 2000 16:34:09 +0000 (16:34 +0000)
Doc/lib/libgc.tex
Modules/gcmodule.c

index a39f75566a6fb6048e87e8947e3bf74e41d791d6..cfd563cd4bdda304a7452fc94ad9a93ff110705c 100644 (file)
@@ -3,8 +3,8 @@
 
 \declaremodule{extension}{gc}
 \modulesynopsis{Interface to the cycle-detecting garbage collector.}
-\moduleauthor{Neil Schemenauer}{nascheme@enme.ucalgary.ca}
-\sectionauthor{Neil Schemenauer}{nascheme@enme.ucalgary.ca}
+\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
index ba950327770fc7f1b952ad880accf4cad9662d3a..a879ef6c2d0f9a153536958152ec5a574cb56a7d 100644 (file)
@@ -3,12 +3,12 @@
   Reference Cycle Garbage Collection
   ==================================
 
-  Neil Schemenauer <nascheme@enme.ucalgary.ca>
+  Neil Schemenauer <nas@arctrix.com>
 
   Based on a post on the python-dev list.  Ideas from Guido van Rossum,
   Eric Tiedemann, and various others.
 
-  http://www.enme.calgary.ca/~nascheme/python/gc.html
+  http://www.arctrix.com/nas/python/gc.html
   http://www.python.org/pipermail/python-dev/2000-March/003869.html
   http://www.python.org/pipermail/python-dev/2000-March/004010.html
   http://www.python.org/pipermail/python-dev/2000-March/004022.html
   For a highlevel view of the collection process, read the collect
   function.
 
-  TODO:
-       use a different interface for set_debug() (keywords)?
-       tune parameters
-
 */