summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-09 20:25:44 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-09 20:25:44 (GMT)
commitba41c8152f19d886a7f8158c8b5b5fb670372a80 (patch)
tree98226244e8701bb394bd997df0a615c25c14d210 /Doc
parentfa526bd19c25a134582b0dec08cbda13e48cd6b4 (diff)
downloadcpython-ba41c8152f19d886a7f8158c8b5b5fb670372a80.zip
cpython-ba41c8152f19d886a7f8158c8b5b5fb670372a80.tar.gz
cpython-ba41c8152f19d886a7f8158c8b5b5fb670372a80.tar.bz2
Add tix deprecation to whatsnew
Diffstat (limited to 'Doc')
-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
-------------------------------------------