https://github.com/python/cpython/commit/2ebe68570296997ca39342ae31b1586f1ce84e9d
commit: 2ebe68570296997ca39342ae31b1586f1ce84e9d
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-11-19T20:36:32Z
summary:

[3.13] Remove GvR from '_stdauthor' in Doc/conf.py (GH-141765) (#141768)

Co-authored-by: Guido van Rossum <[email protected]>
Co-authored-by: Guido van Rossum <[email protected]>

files:
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index 611e0dac7f945b..5418d29b6a6cd3 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -362,7 +362,7 @@
 
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class 
[howto/manual]).
-_stdauthor = 'Guido van Rossum and the Python development team'
+_stdauthor = 'The Python development team'
 latex_documents = [
     ('c-api/index', 'c-api.tex', 'The Python/C API', _stdauthor, 'manual'),
     (

_______________________________________________
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]

Reply via email to