From: Zachary Ware Date: Fri, 9 Sep 2016 20:25:44 +0000 (-0700) Subject: Add tix deprecation to whatsnew X-Git-Tag: v3.6.0b1~174 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba41c8152f19d886a7f8158c8b5b5fb670372a80;p=thirdparty%2FPython%2Fcpython.git Add tix deprecation to whatsnew --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 480459a0491d..f15bf4d30b2c 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 -------------------------------------------