[Python-checkins] CVS: python/dist/src/Doc/lib libresource.tex,1.14,1.15 librestricted.tex,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Thu, 04 Oct 2001 13:40:09 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv27082/lib

Modified Files:
	libresource.tex librestricted.tex 
Log Message:
Update a couple of old addresses that point to CNRI.

Index: libresource.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libresource.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** libresource.tex	2001/07/14 02:50:55	1.14
--- libresource.tex	2001/10/04 20:40:07	1.15
***************
*** 6,11 ****
  \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}
  
  
--- 6,11 ----
  \modulesynopsis{An interface to provide resource usage information on
    the current process.}
! \moduleauthor{Jeremy Hylton}{jeremy@alum.mit.edu}
! \sectionauthor{Jeremy Hylton}{jeremy@alum.mit.edu}
  
  

Index: librestricted.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librestricted.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** librestricted.tex	2001/07/14 02:50:55	1.7
--- librestricted.tex	2001/10/04 20:40:07	1.8
***************
*** 67,76 ****
  
  \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.}
  \end{seealso}
--- 67,78 ----
  
  \begin{seealso}
!   \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}