From 7fdbef3644c910fdef0997f61ddfcafbf3594a9d Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 3 Jun 2018 14:35:14 +0300 Subject: [PATCH 1/2] https://github.com/python/cpython/pull/7287#discussion_r192546347 --- Doc/library/tkinter.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 2cc48d5c8e8406..028524e0d8a1ca 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -60,9 +60,10 @@ Ttk bindings are provided in a separate module, :mod:`tkinter.ttk`. Tix - `Tix`_ is an older - third-party Tcl module, adding several new widgets to Tk. Python bindings - are found in :mod:`tkinter.tix`. It has been deprecated in favor of Ttk. + `Tix`_ is a + third-party Tcl package, an add-on for Tk that adds several new widgets. + Python bindings are found in the :mod:`tkinter.tix` module. + It's deprecated in favor of Ttk. Tkinter Modules From 71a934d86e3742d5aa9e224bd3611e6b1a1d6f21 Mon Sep 17 00:00:00 2001 From: Mark Roseman Date: Sun, 3 Jun 2018 07:22:21 -0700 Subject: [PATCH 2/2] put back 'older' for tix Despite the "code does not rust", UI certainly does with respect to visual integration into modern applications. While an API may stay functional, if it says "gimme a Widget X" and what comes up is some ugly piece of crap that doesn't fit in with the rest of the UI, it's not meeting the programmer's expectations. I'd prefer a flashing 'warning' light, a phrase like 'virtually abandoned', etc. but I'd settle for 'older'. Something needs to be there. --- Doc/library/tkinter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 028524e0d8a1ca..61f0609a23d716 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -60,7 +60,7 @@ Ttk bindings are provided in a separate module, :mod:`tkinter.ttk`. Tix - `Tix`_ is a + `Tix`_ is an older third-party Tcl package, an add-on for Tk that adds several new widgets. Python bindings are found in the :mod:`tkinter.tix` module. It's deprecated in favor of Ttk.