]> granicus.if.org Git - python/commitdiff
correct email address
authorSkip Montanaro <skip@pobox.com>
Sat, 8 Dec 2007 15:26:16 +0000 (15:26 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 8 Dec 2007 15:26:16 +0000 (15:26 +0000)
Doc/library/atexit.rst
Doc/library/bsddb.rst
Doc/library/mhlib.rst
Doc/library/multifile.rst
Doc/library/readline.rst
Doc/library/robotparser.rst
Doc/library/telnetlib.rst
Doc/library/urllib.rst
Lib/test/README

index 35bd3fe5c28a272a33651d7818ed7d1e941dbd01..8b33d5c91f4d362df78bbb402b47a944abb88d21 100644 (file)
@@ -4,8 +4,8 @@
 
 .. module:: atexit
    :synopsis: Register and execute cleanup functions.
-.. moduleauthor:: Skip Montanaro <skip@mojam.com>
-.. sectionauthor:: Skip Montanaro <skip@mojam.com>
+.. moduleauthor:: Skip Montanaro <skip@pobox.com>
+.. sectionauthor:: Skip Montanaro <skip@pobox.com>
 
 
 .. versionadded:: 2.0
index 2bb5be4c8a9229ba4db057f4a1d7055e03fab4d8..5a8d3799cf0d5298978bdd5e1c13b0eafa028e34 100644 (file)
@@ -4,7 +4,7 @@
 
 .. module:: bsddb
    :synopsis: Interface to Berkeley DB database library
-.. sectionauthor:: Skip Montanaro <skip@mojam.com>
+.. sectionauthor:: Skip Montanaro <skip@pobox.com>
 
 
 The :mod:`bsddb` module provides an interface to the Berkeley DB library.  Users
index 15d2b05ff0a5fc3788fe40b972ce77381721db8e..0dd53536327790263ee5e7a5000b1c1d34b8ee98 100644 (file)
@@ -7,7 +7,7 @@
 
 
 .. % LaTeX'ized from the comments in the module by Skip Montanaro
-.. % <skip@mojam.com>.
+.. % <skip@pobox.com>.
 
 The :mod:`mhlib` module provides a Python interface to MH folders and their
 contents.
index 3e7922968b157ca9f51bc7fbc9d52982d27b7fde..0614b8608252ae25fb47750b70d14af56f1619e7 100644 (file)
@@ -155,7 +155,7 @@ Finally, :class:`MultiFile` instances have two public instance variables:
 :class:`MultiFile` Example
 --------------------------
 
-.. sectionauthor:: Skip Montanaro <skip@mojam.com>
+.. sectionauthor:: Skip Montanaro <skip@pobox.com>
 
 
 ::
index 812586271d82bfb9c4ce4e1ac7055d53b8d32800..208829928fff680c4d42a18ab35c58b5f8a675dc 100644 (file)
@@ -5,7 +5,7 @@
 .. module:: readline
    :platform: Unix
    :synopsis: GNU readline support for Python.
-.. sectionauthor:: Skip Montanaro <skip@mojam.com>
+.. sectionauthor:: Skip Montanaro <skip@pobox.com>
 
 
 The :mod:`readline` module defines a number of functions to facilitate
index 1a66955f0be0ddfc9fed18eb6941cd309dcb93a8..2451799208893af764d362573d88742ef70c7300 100644 (file)
@@ -4,7 +4,7 @@
 
 .. module:: robotparser
    :synopsis: Loads a robots.txt file and answers questions about fetchability of other URLs.
-.. sectionauthor:: Skip Montanaro <skip@mojam.com>
+.. sectionauthor:: Skip Montanaro <skip@pobox.com>
 
 
 .. index::
index 811d6b6177c65daf65717abd973fcfebab79e9a2..396560b4d57af58a52d5bb206110bffb501e2b5c 100644 (file)
@@ -4,7 +4,7 @@
 
 .. module:: telnetlib
    :synopsis: Telnet client class.
-.. sectionauthor:: Skip Montanaro <skip@mojam.com>
+.. sectionauthor:: Skip Montanaro <skip@pobox.com>
 
 
 .. index:: single: protocol; Telnet
index 81dd36fe8cdca528f3b4d5479d2b8f0ea9f543d7..5be69d118104b9a34a9d49268563e10a5e6aa752 100644 (file)
@@ -369,7 +369,7 @@ Restrictions:
 URLopener Objects
 -----------------
 
-.. sectionauthor:: Skip Montanaro <skip@mojam.com>
+.. sectionauthor:: Skip Montanaro <skip@pobox.com>
 
 
 :class:`URLopener` and :class:`FancyURLopener` objects have the following
index 747d84232bcea8c71abd56ad0725c3988d137435..4509df4af5714ce15faa9f1be73775ea5a9e2617 100644 (file)
@@ -3,7 +3,7 @@ Writing Python Regression Tests
 +++++++++++++++++++++++++++++++
 
 :Author: Skip Montanaro
-:Contact: skip@mojam.com
+:Contact: skip@pobox.com
 
 Introduction
 ============
@@ -382,15 +382,6 @@ test_support provides the following useful objects:
       statement is *not* correct Python syntax.
 
 
-Python and C statement coverage results are currently available at
-
-    http://www.musi-cal.com/~skip/python/Python/dist/src/
-
-As of this writing (July, 2000) these results are being generated nightly.
-You can refer to the summaries and the test coverage output files to see
-where coverage is adequate or lacking and write test cases to beef up the
-coverage.
-
 Some Non-Obvious regrtest Features
 ==================================
     * Automagic test detection:  When you create a new test file