correct email address
This commit is contained in:
parent
ffe455c3a2
commit
546624609e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
::
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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::
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue