mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
[3.12] Correct Skip Montanaro's email address (GH-114677) (#114679)
Correct Skip Montanaro's email address (GH-114677)
(cherry picked from commit 5ecfd750b4
)
Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
This commit is contained in:
parent
205ac6eecf
commit
c59452919b
4 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,8 @@
|
|||
.. module:: atexit
|
||||
:synopsis: Register and execute cleanup functions.
|
||||
|
||||
.. moduleauthor:: Skip Montanaro <skip@pobox.com>
|
||||
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
|
||||
.. moduleauthor:: Skip Montanaro <skip.montanaro@gmail.com>
|
||||
.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
|
||||
|
||||
--------------
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.. module:: csv
|
||||
:synopsis: Write and read tabular data to and from delimited files.
|
||||
|
||||
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
|
||||
.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
|
||||
|
||||
**Source code:** :source:`Lib/csv.py`
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
:platform: Unix
|
||||
:synopsis: GNU readline support for Python.
|
||||
|
||||
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
|
||||
.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
|
||||
|
||||
--------------
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
:synopsis: Load a robots.txt file and answer questions about
|
||||
fetchability of other URLs.
|
||||
|
||||
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
|
||||
.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
|
||||
|
||||
**Source code:** :source:`Lib/urllib/robotparser.py`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue