mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
correct email address
This commit is contained in:
parent
ffe455c3a2
commit
546624609e
9 changed files with 10 additions and 19 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
.. module:: atexit
|
.. module:: atexit
|
||||||
:synopsis: Register and execute cleanup functions.
|
:synopsis: Register and execute cleanup functions.
|
||||||
.. moduleauthor:: Skip Montanaro <skip@mojam.com>
|
.. moduleauthor:: Skip Montanaro <skip@pobox.com>
|
||||||
.. sectionauthor:: Skip Montanaro <skip@mojam.com>
|
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
|
||||||
|
|
||||||
|
|
||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.. module:: bsddb
|
.. module:: bsddb
|
||||||
:synopsis: Interface to Berkeley DB database library
|
: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
|
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
|
.. % 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
|
The :mod:`mhlib` module provides a Python interface to MH folders and their
|
||||||
contents.
|
contents.
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,7 @@ Finally, :class:`MultiFile` instances have two public instance variables:
|
||||||
:class:`MultiFile` Example
|
:class:`MultiFile` Example
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
.. sectionauthor:: Skip Montanaro <skip@mojam.com>
|
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
|
||||||
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
.. module:: readline
|
.. module:: readline
|
||||||
:platform: Unix
|
:platform: Unix
|
||||||
:synopsis: GNU readline support for Python.
|
: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
|
The :mod:`readline` module defines a number of functions to facilitate
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.. module:: robotparser
|
.. module:: robotparser
|
||||||
:synopsis: Loads a robots.txt file and answers questions about fetchability of other URLs.
|
: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::
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.. module:: telnetlib
|
.. module:: telnetlib
|
||||||
:synopsis: Telnet client class.
|
:synopsis: Telnet client class.
|
||||||
.. sectionauthor:: Skip Montanaro <skip@mojam.com>
|
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
|
||||||
|
|
||||||
|
|
||||||
.. index:: single: protocol; Telnet
|
.. index:: single: protocol; Telnet
|
||||||
|
|
|
||||||
|
|
@ -369,7 +369,7 @@ Restrictions:
|
||||||
URLopener Objects
|
URLopener Objects
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
.. sectionauthor:: Skip Montanaro <skip@mojam.com>
|
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
|
||||||
|
|
||||||
|
|
||||||
:class:`URLopener` and :class:`FancyURLopener` objects have the following
|
:class:`URLopener` and :class:`FancyURLopener` objects have the following
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Writing Python Regression Tests
|
||||||
+++++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
:Author: Skip Montanaro
|
:Author: Skip Montanaro
|
||||||
:Contact: skip@mojam.com
|
:Contact: skip@pobox.com
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
@ -382,15 +382,6 @@ test_support provides the following useful objects:
|
||||||
statement is *not* correct Python syntax.
|
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
|
Some Non-Obvious regrtest Features
|
||||||
==================================
|
==================================
|
||||||
* Automagic test detection: When you create a new test file
|
* Automagic test detection: When you create a new test file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue