Correction Skip Montanaro's email address (#114677)

This commit is contained in:
Skip Montanaro 2024-01-28 08:51:25 -06:00 committed by GitHub
parent a768e12f09
commit 5ecfd750b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@
.. module:: atexit .. module:: atexit
:synopsis: Register and execute cleanup functions. :synopsis: Register and execute cleanup functions.
.. moduleauthor:: Skip Montanaro <skip@pobox.com> .. moduleauthor:: Skip Montanaro <skip.montanaro@gmail.com>
.. sectionauthor:: Skip Montanaro <skip@pobox.com> .. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
-------------- --------------

View File

@ -4,7 +4,7 @@
.. module:: csv .. module:: csv
:synopsis: Write and read tabular data to and from delimited files. :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` **Source code:** :source:`Lib/csv.py`

View File

@ -5,7 +5,7 @@
:platform: Unix :platform: Unix
:synopsis: GNU readline support for Python. :synopsis: GNU readline support for Python.
.. sectionauthor:: Skip Montanaro <skip@pobox.com> .. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
-------------- --------------

View File

@ -5,7 +5,7 @@
:synopsis: Load a robots.txt file and answer questions about :synopsis: Load a robots.txt file and answer questions about
fetchability of other URLs. fetchability of other URLs.
.. sectionauthor:: Skip Montanaro <skip@pobox.com> .. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
**Source code:** :source:`Lib/urllib/robotparser.py` **Source code:** :source:`Lib/urllib/robotparser.py`