diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-06 00:22:24 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-06 00:22:24 (GMT) |
commit | bd63353b7433ea8aa831ffb158ac29fb646a6fc9 (patch) | |
tree | 7d8e9a1a6720c27cbdc884d6a7a72eed9b908135 | |
parent | f3dd32950b1ee88f06fdd2a14b18bcae9551905e (diff) | |
download | cpython-bd63353b7433ea8aa831ffb158ac29fb646a6fc9.zip cpython-bd63353b7433ea8aa831ffb158ac29fb646a6fc9.tar.gz cpython-bd63353b7433ea8aa831ffb158ac29fb646a6fc9.tar.bz2 |
Deprecate Tix
When building it breaks, we won't be fixing it.
-rw-r--r-- | Doc/library/tkinter.tix.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/tkinter.tix.rst b/Doc/library/tkinter.tix.rst index 41f20dd..11ed755 100644 --- a/Doc/library/tkinter.tix.rst +++ b/Doc/library/tkinter.tix.rst @@ -10,6 +10,10 @@ .. index:: single: Tix +.. deprecated:: 3.6 + This Tk extension is unmaintained and should not be used in new code. Use + :mod:`tkinter.ttk` instead. + -------------- The :mod:`tkinter.tix` (Tk Interface Extension) module provides an additional |