File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ \section{\module{tabnanny} ---
77\declaremodule {standard}{tabnanny}
88\modulesynopsis {Tool for detecting white space related problems
99 in Python source files in a directory tree.}
10- \moduleauthor {Tim Peters}{tim_one@email.msn.com }
10+ \moduleauthor {Tim Peters}{tim_one@users.sourceforge.net }
1111\sectionauthor {Peter Funk}{
[email protected] }
1212
1313For the time being this module is intended to be called as a script.
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ \subsection{Example \label{weakref-example}}
229229remain alive, but the objects can still be retrieved by ID if they
230230do.
231231
232- % Example contributed by Tim Peters <[email protected] > .232+ % Example contributed by Tim Peters.
233233\begin {verbatim }
234234import weakref
235235
Original file line number Diff line number Diff line change @@ -4939,7 +4939,7 @@ \section{Commentary \label{commentary}}
49394939
49404940
49414941\chapter {Floating Point Arithmetic: Issues and Limitations\label {fp-issues } }
4942- \sectionauthor {Tim Peters}{tim_one@email.msn.com }
4942+ \sectionauthor {Tim Peters}{tim_one@users.sourceforge.net }
49434943
49444944Floating-point numbers are represented in computer hardware as
49454945base 2 (binary) fractions. For example, the decimal fraction
You can’t perform that action at this time.
0 commit comments