[Python-checkins] r59419 - in python/trunk: 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

skip.montanaro python-checkins at python.org
Sat Dec 8 16:26:16 CET 2007


Author: skip.montanaro
Date: Sat Dec  8 16:26:16 2007
New Revision: 59419

Modified:
   python/trunk/Doc/library/atexit.rst
   python/trunk/Doc/library/bsddb.rst
   python/trunk/Doc/library/mhlib.rst
   python/trunk/Doc/library/multifile.rst
   python/trunk/Doc/library/readline.rst
   python/trunk/Doc/library/robotparser.rst
   python/trunk/Doc/library/telnetlib.rst
   python/trunk/Doc/library/urllib.rst
   python/trunk/Lib/test/README
Log:
correct email address

Modified: python/trunk/Doc/library/atexit.rst
==============================================================================
--- python/trunk/Doc/library/atexit.rst	(original)
+++ python/trunk/Doc/library/atexit.rst	Sat Dec  8 16:26:16 2007
@@ -4,8 +4,8 @@
 
 .. module:: atexit
    :synopsis: Register and execute cleanup functions.
-.. moduleauthor:: Skip Montanaro <skip at mojam.com>
-.. sectionauthor:: Skip Montanaro <skip at mojam.com>
+.. moduleauthor:: Skip Montanaro <skip at pobox.com>
+.. sectionauthor:: Skip Montanaro <skip at pobox.com>
 
 
 .. versionadded:: 2.0

Modified: python/trunk/Doc/library/bsddb.rst
==============================================================================
--- python/trunk/Doc/library/bsddb.rst	(original)
+++ python/trunk/Doc/library/bsddb.rst	Sat Dec  8 16:26:16 2007
@@ -4,7 +4,7 @@
 
 .. module:: bsddb
    :synopsis: Interface to Berkeley DB database library
-.. sectionauthor:: Skip Montanaro <skip at mojam.com>
+.. sectionauthor:: Skip Montanaro <skip at pobox.com>
 
 
 The :mod:`bsddb` module provides an interface to the Berkeley DB library.  Users

Modified: python/trunk/Doc/library/mhlib.rst
==============================================================================
--- python/trunk/Doc/library/mhlib.rst	(original)
+++ python/trunk/Doc/library/mhlib.rst	Sat Dec  8 16:26:16 2007
@@ -7,7 +7,7 @@
 
 
 .. % LaTeX'ized from the comments in the module by Skip Montanaro
-.. % <skip at mojam.com>.
+.. % <skip at pobox.com>.
 
 The :mod:`mhlib` module provides a Python interface to MH folders and their
 contents.

Modified: python/trunk/Doc/library/multifile.rst
==============================================================================
--- python/trunk/Doc/library/multifile.rst	(original)
+++ python/trunk/Doc/library/multifile.rst	Sat Dec  8 16:26:16 2007
@@ -155,7 +155,7 @@
 :class:`MultiFile` Example
 --------------------------
 
-.. sectionauthor:: Skip Montanaro <skip at mojam.com>
+.. sectionauthor:: Skip Montanaro <skip at pobox.com>
 
 
 ::

Modified: python/trunk/Doc/library/readline.rst
==============================================================================
--- python/trunk/Doc/library/readline.rst	(original)
+++ python/trunk/Doc/library/readline.rst	Sat Dec  8 16:26:16 2007
@@ -5,7 +5,7 @@
 .. module:: readline
    :platform: Unix
    :synopsis: GNU readline support for Python.
-.. sectionauthor:: Skip Montanaro <skip at mojam.com>
+.. sectionauthor:: Skip Montanaro <skip at pobox.com>
 
 
 The :mod:`readline` module defines a number of functions to facilitate

Modified: python/trunk/Doc/library/robotparser.rst
==============================================================================
--- python/trunk/Doc/library/robotparser.rst	(original)
+++ python/trunk/Doc/library/robotparser.rst	Sat Dec  8 16:26:16 2007
@@ -4,7 +4,7 @@
 
 .. module:: robotparser
    :synopsis: Loads a robots.txt file and answers questions about fetchability of other URLs.
-.. sectionauthor:: Skip Montanaro <skip at mojam.com>
+.. sectionauthor:: Skip Montanaro <skip at pobox.com>
 
 
 .. index::

Modified: python/trunk/Doc/library/telnetlib.rst
==============================================================================
--- python/trunk/Doc/library/telnetlib.rst	(original)
+++ python/trunk/Doc/library/telnetlib.rst	Sat Dec  8 16:26:16 2007
@@ -4,7 +4,7 @@
 
 .. module:: telnetlib
    :synopsis: Telnet client class.
-.. sectionauthor:: Skip Montanaro <skip at mojam.com>
+.. sectionauthor:: Skip Montanaro <skip at pobox.com>
 
 
 .. index:: single: protocol; Telnet

Modified: python/trunk/Doc/library/urllib.rst
==============================================================================
--- python/trunk/Doc/library/urllib.rst	(original)
+++ python/trunk/Doc/library/urllib.rst	Sat Dec  8 16:26:16 2007
@@ -369,7 +369,7 @@
 URLopener Objects
 -----------------
 
-.. sectionauthor:: Skip Montanaro <skip at mojam.com>
+.. sectionauthor:: Skip Montanaro <skip at pobox.com>
 
 
 :class:`URLopener` and :class:`FancyURLopener` objects have the following

Modified: python/trunk/Lib/test/README
==============================================================================
--- python/trunk/Lib/test/README	(original)
+++ python/trunk/Lib/test/README	Sat Dec  8 16:26:16 2007
@@ -3,7 +3,7 @@
 +++++++++++++++++++++++++++++++
 
 :Author: Skip Montanaro
-:Contact: skip at mojam.com
+:Contact: skip at pobox.com
 
 Introduction
 ============
@@ -382,15 +382,6 @@
       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


More information about the Python-checkins mailing list