summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.6.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 480459a..f15bf4d 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -981,6 +981,9 @@ Deprecated Python modules, functions and methods
been deprecated in previous versions of Python in favour of
:meth:`importlib.abc.Loader.exec_module`.
+* The :mod:`tkinter.tix` module is now deprecated. :mod:`tkinter` users should
+ use :mod:`tkinter.ttk` instead.
+
Deprecated functions and types of the C API
-------------------------------------------