[Python-checkins] python/dist/src/Doc/lib libtabnanny.tex, 1.3,
1.4 libweakref.tex, 1.21, 1.22
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Tue Dec 30 11:15:37 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv27822/lib
Modified Files:
libtabnanny.tex libweakref.tex
Log Message:
use consistent email address for Tim
Index: libtabnanny.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtabnanny.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libtabnanny.tex 5 Apr 2002 02:21:09 -0000 1.3
--- libtabnanny.tex 30 Dec 2003 16:15:35 -0000 1.4
***************
*** 8,12 ****
\modulesynopsis{Tool for detecting white space related problems
in Python source files in a directory tree.}
! \moduleauthor{Tim Peters}{tim_one at email.msn.com}
\sectionauthor{Peter Funk}{pf at artcom-gmbh.de}
--- 8,12 ----
\modulesynopsis{Tool for detecting white space related problems
in Python source files in a directory tree.}
! \moduleauthor{Tim Peters}{tim_one at users.sourceforge.net}
\sectionauthor{Peter Funk}{pf at artcom-gmbh.de}
Index: libweakref.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libweakref.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** libweakref.tex 27 Nov 2003 19:48:03 -0000 1.21
--- libweakref.tex 30 Dec 2003 16:15:35 -0000 1.22
***************
*** 230,234 ****
do.
! % Example contributed by Tim Peters <tim_one at msn.com>.
\begin{verbatim}
import weakref
--- 230,234 ----
do.
! % Example contributed by Tim Peters.
\begin{verbatim}
import weakref
More information about the Python-checkins
mailing list