[Python-checkins] cpython: Add tix deprecation to whatsnew

zach.ware python-checkins at python.org
Fri Sep 9 16:25:56 EDT 2016


https://hg.python.org/cpython/rev/74850afe99be
changeset:   103461:74850afe99be
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Sep 09 13:25:44 2016 -0700
summary:
  Add tix deprecation to whatsnew

files:
  Doc/whatsnew/3.6.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -981,6 +981,9 @@
   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
 -------------------------------------------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list