summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-04 20:40:07 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-04 20:40:07 (GMT)
commitfcc16330a4f751c0ff0d9c02f0762ce0eaf230bf (patch)
tree8a6733f2c862eb622ec37242df5d3457c23669ec /Doc
parent4e7cdb57f99995ede6672ca0a5a3465696f50ce8 (diff)
downloadcpython-fcc16330a4f751c0ff0d9c02f0762ce0eaf230bf.zip
cpython-fcc16330a4f751c0ff0d9c02f0762ce0eaf230bf.tar.gz
cpython-fcc16330a4f751c0ff0d9c02f0762ce0eaf230bf.tar.bz2
Update a couple of old addresses that point to CNRI.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libresource.tex4
-rw-r--r--Doc/lib/librestricted.tex16
2 files changed, 11 insertions, 9 deletions
diff --git a/Doc/lib/libresource.tex b/Doc/lib/libresource.tex
index b383895..81e5aeb 100644
--- a/Doc/lib/libresource.tex
+++ b/Doc/lib/libresource.tex
@@ -5,8 +5,8 @@
\platform{Unix}
\modulesynopsis{An interface to provide resource usage information on
the current process.}
-\moduleauthor{Jeremy Hylton}{jhylton@cnri.reston.va.us}
-\sectionauthor{Jeremy Hylton}{jhylton@cnri.reston.va.us}
+\moduleauthor{Jeremy Hylton}{jeremy@alum.mit.edu}
+\sectionauthor{Jeremy Hylton}{jeremy@alum.mit.edu}
This module provides basic mechanisms for measuring and controlling
diff --git a/Doc/lib/librestricted.tex b/Doc/lib/librestricted.tex
index fe18035..20c76e5 100644
--- a/Doc/lib/librestricted.tex
+++ b/Doc/lib/librestricted.tex
@@ -66,11 +66,13 @@ environments:
\localmoduletable
\begin{seealso}
- \seetext{Andrew Kuchling, ``Restricted Execution HOWTO.'' Available
- online at \url{http://www.python.org/doc/howto/rexec/}.}
-
- \seetext{Grail, an Internet browser written in Python, is available
- at \url{http://grail.cnri.reston.va.us/grail/}. More
- information on the use of Python's restricted execution
- mode in Grail is available on the Web site.}
+ \seetitle[http://www.python.org/doc/howto/rexec/]
+ {Restricted Execution HOWTO}
+ {Andrew Kuchling's tutorial on the use of the restricted
+ execution facilities in Python.}
+ \seetitle[http://grail.sourceforge.net/]{Grail Home Page}
+ {Grail, an Internet browser written in Python, uses these
+ modules to support Python applets. More
+ information on the use of Python's restricted execution
+ mode in Grail is available on the Web site.}
\end{seealso}