From ba41c8152f19d886a7f8158c8b5b5fb670372a80 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 9 Sep 2016 13:25:44 -0700 Subject: Add tix deprecation to whatsnew --- Doc/whatsnew/3.6.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ------------------------------------------- -- cgit v0.12