]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correction Skip Montanaro's email address (#114677)
authorSkip Montanaro <skip.montanaro@gmail.com>
Sun, 28 Jan 2024 14:51:25 +0000 (08:51 -0600)
committerGitHub <noreply@github.com>
Sun, 28 Jan 2024 14:51:25 +0000 (14:51 +0000)
Doc/library/atexit.rst
Doc/library/csv.rst
Doc/library/readline.rst
Doc/library/urllib.robotparser.rst

index 3dbef69580d9b300eba240cb60741c0b9cb7f5c0..43a8bd2d7cd133960714b9b9215d3809d6da19cb 100644 (file)
@@ -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>
 
 --------------
 
index 7a5589e68b305258ecc962e82b20d53e7c74390c..07f38f5690bb5406432e33fdb9da4b04c28866e0 100644 (file)
@@ -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`
 
index 1adafcaa02eab9710b2930b91b9801ce156d56dc..54c6d9f3b32b1aa0d507a0e0e27b6dfea9785622 100644 (file)
@@ -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>
 
 --------------
 
index f063e463753e0b8d56eaf8d802e9e61da12a9813..b5a49d9c5923876c83c67a6dcf3a90bd106a9480 100644 (file)
@@ -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`