https://github.com/python/cpython/commit/c59452919bbba5f16ddf2bfc7c4437fb054e4ed2 commit: c59452919bbba5f16ddf2bfc7c4437fb054e4ed2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood <[email protected]> date: 2024-01-28T14:59:06Z summary:
[3.12] Correct Skip Montanaro's email address (GH-114677) (#114679) Correct Skip Montanaro's email address (GH-114677) (cherry picked from commit 5ecfd750b4f511f270c38f0d748da9cffa279295) Co-authored-by: Skip Montanaro <[email protected]> files: M Doc/library/atexit.rst M Doc/library/csv.rst M Doc/library/readline.rst M Doc/library/urllib.robotparser.rst diff --git a/Doc/library/atexit.rst b/Doc/library/atexit.rst index 3dbef69580d9b3..43a8bd2d7cd133 100644 --- a/Doc/library/atexit.rst +++ b/Doc/library/atexit.rst @@ -4,8 +4,8 @@ .. module:: atexit :synopsis: Register and execute cleanup functions. -.. moduleauthor:: Skip Montanaro <[email protected]> -.. sectionauthor:: Skip Montanaro <[email protected]> +.. moduleauthor:: Skip Montanaro <[email protected]> +.. sectionauthor:: Skip Montanaro <[email protected]> -------------- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 7a5589e68b3052..07f38f5690bb54 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -4,7 +4,7 @@ .. module:: csv :synopsis: Write and read tabular data to and from delimited files. -.. sectionauthor:: Skip Montanaro <[email protected]> +.. sectionauthor:: Skip Montanaro <[email protected]> **Source code:** :source:`Lib/csv.py` diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 3cd359316ccf77..3fb5ceef086ca5 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -5,7 +5,7 @@ :platform: Unix :synopsis: GNU readline support for Python. -.. sectionauthor:: Skip Montanaro <[email protected]> +.. sectionauthor:: Skip Montanaro <[email protected]> -------------- diff --git a/Doc/library/urllib.robotparser.rst b/Doc/library/urllib.robotparser.rst index f063e463753e0b..b5a49d9c592387 100644 --- a/Doc/library/urllib.robotparser.rst +++ b/Doc/library/urllib.robotparser.rst @@ -5,7 +5,7 @@ :synopsis: Load a robots.txt file and answer questions about fetchability of other URLs. -.. sectionauthor:: Skip Montanaro <[email protected]> +.. sectionauthor:: Skip Montanaro <[email protected]> **Source code:** :source:`Lib/urllib/robotparser.py` _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
