From 42713109d9badc9291ccd7a2492c9cc9c108e6f8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 30 Dec 2003 16:15:35 +0000 Subject: [PATCH] use consistent email address for Tim --- Doc/lib/libtabnanny.tex | 2 +- Doc/lib/libweakref.tex | 2 +- Doc/tut/tut.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libtabnanny.tex b/Doc/lib/libtabnanny.tex index 02d4b7bdfd7..12b9385b871 100644 --- a/Doc/lib/libtabnanny.tex +++ b/Doc/lib/libtabnanny.tex @@ -7,7 +7,7 @@ \declaremodule{standard}{tabnanny} \modulesynopsis{Tool for detecting white space related problems in Python source files in a directory tree.} -\moduleauthor{Tim Peters}{tim_one@email.msn.com} +\moduleauthor{Tim Peters}{tim_one@users.sourceforge.net} \sectionauthor{Peter Funk}{pf@artcom-gmbh.de} For the time being this module is intended to be called as a script. diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 4600f0a2725..12a12200c4e 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -229,7 +229,7 @@ then be used in other data structures without forcing the objects to remain alive, but the objects can still be retrieved by ID if they do. -% Example contributed by Tim Peters . +% Example contributed by Tim Peters. \begin{verbatim} import weakref diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index cbec92ca629..fb60faabfb1 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -4939,7 +4939,7 @@ be useful. \chapter{Floating Point Arithmetic: Issues and Limitations\label{fp-issues}} -\sectionauthor{Tim Peters}{tim_one@email.msn.com} +\sectionauthor{Tim Peters}{tim_one@users.sourceforge.net} Floating-point numbers are represented in computer hardware as base 2 (binary) fractions. For example, the decimal fraction