Add tix deprecation to whatsnew

This commit is contained in:
Zachary Ware 2016-09-09 13:25:44 -07:00
parent fa526bd19c
commit ba41c8152f
1 changed files with 3 additions and 0 deletions

View File

@ -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
-------------------------------------------