https://github.com/python/cpython/commit/fde62961044b9419b8a7fb9ddedff6702e247b90 commit: fde62961044b9419b8a7fb9ddedff6702e247b90 branch: main author: Serhiy Storchaka <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2026-09-13T11:08:53+03:00 summary:
gh-59551: Rename Doc/library/dialog.rst to tkinter.dialogs.rst (GH-151656) files: A Doc/library/tkinter.dialogs.rst A Misc/NEWS.d/next/Documentation/2026-06-18-16-58-52.gh-issue-59551.oNkjTG.rst D Doc/library/dialog.rst M Doc/library/tk.rst M Doc/tools/removed-ids.txt diff --git a/Doc/library/tk.rst b/Doc/library/tk.rst index e27af48ba7ac485..9ca26a5dfa7659e 100644 --- a/Doc/library/tk.rst +++ b/Doc/library/tk.rst @@ -34,7 +34,7 @@ alternative `GUI frameworks and tools <https://wiki.python.org/moin/GuiProgrammi tkinter.colorchooser.rst tkinter.font.rst tkinter.fontchooser.rst - dialog.rst + tkinter.dialogs.rst tkinter.messagebox.rst tkinter.scrolledtext.rst tkinter.systray.rst diff --git a/Doc/library/dialog.rst b/Doc/library/tkinter.dialogs.rst similarity index 100% rename from Doc/library/dialog.rst rename to Doc/library/tkinter.dialogs.rst diff --git a/Doc/tools/removed-ids.txt b/Doc/tools/removed-ids.txt index 20bef00eb891cbe..ae116da14566416 100644 --- a/Doc/tools/removed-ids.txt +++ b/Doc/tools/removed-ids.txt @@ -82,3 +82,6 @@ reference/expressions.html: generator.__next__ 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) diff --git a/Misc/NEWS.d/next/Documentation/2026-06-18-16-58-52.gh-issue-59551.oNkjTG.rst b/Misc/NEWS.d/next/Documentation/2026-06-18-16-58-52.gh-issue-59551.oNkjTG.rst new file mode 100644 index 000000000000000..9842e85f9c2c212 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2026-06-18-16-58-52.gh-issue-59551.oNkjTG.rst @@ -0,0 +1 @@ +Rename Doc/library/dialog.rst to tkinter.dialogs.rst. _______________________________________________ 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]
