Skip to content

Commit 8672435

Browse files
gh-59551: Add redirect for library/dialog.rst which was renamed (#157994)
1 parent 68ed7a5 commit 8672435

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,8 @@
635635
"library/exceptions.rst": "builtins/exceptions.rst",
636636
"library/threadsafety.rst": "builtins/threadsafety.rst",
637637
"library/time-complexity.rst": "builtins/time-complexity.rst",
638+
# Renamed to tkinter.dialogs.rst in GH-151656
639+
"library/dialog.rst": "library/tkinter.dialogs.rst",
638640
}
639641

640642
# Refuse to run the doctest builder under a mismatched Python

Doc/tools/removed-ids.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ reference/expressions.html: generator.close
8383
reference/expressions.html: generator.send
8484
reference/expressions.html: generator.throw
8585

86-
# Renamed to library/tkinter.dialogs.html
87-
library/dialog.html: (page missing)
88-
8986
# Obsolete sections in 'turtle' docs
9087
library/turtle.html: changes-since-python-2-6
9188
library/turtle.html: changes-since-python-3-0

0 commit comments

Comments
 (0)