use consistent email address for Tim

This commit is contained in:
Fred Drake 2003-12-30 16:15:35 +00:00
parent 34929f23f5
commit 42713109d9
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
\declaremodule{standard}{tabnanny} \declaremodule{standard}{tabnanny}
\modulesynopsis{Tool for detecting white space related problems \modulesynopsis{Tool for detecting white space related problems
in Python source files in a directory tree.} 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} \sectionauthor{Peter Funk}{pf@artcom-gmbh.de}
For the time being this module is intended to be called as a script. For the time being this module is intended to be called as a script.

View file

@ -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 remain alive, but the objects can still be retrieved by ID if they
do. do.
% Example contributed by Tim Peters <tim_one@msn.com>. % Example contributed by Tim Peters.
\begin{verbatim} \begin{verbatim}
import weakref import weakref

View file

@ -4939,7 +4939,7 @@ be useful.
\chapter{Floating Point Arithmetic: Issues and Limitations\label{fp-issues}} \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 Floating-point numbers are represented in computer hardware as
base 2 (binary) fractions. For example, the decimal fraction base 2 (binary) fractions. For example, the decimal fraction