https://github.com/python/cpython/commit/8672435ca9f8fda1641998fdcc78df875c838c37
commit: 8672435ca9f8fda1641998fdcc78df875c838c37
branch: main
author: Stan Ulbrych <[email protected]>
committer: StanFromIreland <[email protected]>
date: 2026-09-23T12:39:52+01:00
summary:
gh-59551: Add redirect for `library/dialog.rst` which was renamed (#157994)
files:
M Doc/conf.py
M Doc/tools/removed-ids.txt
diff --git a/Doc/conf.py b/Doc/conf.py
index 1666f7b3b435cd..0fb8b5cd800cfb 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -635,6 +635,8 @@
"library/exceptions.rst": "builtins/exceptions.rst",
"library/threadsafety.rst": "builtins/threadsafety.rst",
"library/time-complexity.rst": "builtins/time-complexity.rst",
+ # Renamed to tkinter.dialogs.rst in GH-151656
+ "library/dialog.rst": "library/tkinter.dialogs.rst",
}
# Refuse to run the doctest builder under a mismatched Python
diff --git a/Doc/tools/removed-ids.txt b/Doc/tools/removed-ids.txt
index d3e4d581bbc9e8..be3c2f38f194ec 100644
--- a/Doc/tools/removed-ids.txt
+++ b/Doc/tools/removed-ids.txt
@@ -83,9 +83,6 @@ reference/expressions.html: generator.close
reference/expressions.html: generator.send
reference/expressions.html: generator.throw
-# Renamed to library/tkinter.dialogs.html
-library/dialog.html: (page missing)
-
# Obsolete sections in 'turtle' docs
library/turtle.html: changes-since-python-2-6
library/turtle.html: changes-since-python-3-0
_______________________________________________
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]