diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-09 20:25:44 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-09 20:25:44 (GMT) |
commit | ba41c8152f19d886a7f8158c8b5b5fb670372a80 (patch) | |
tree | 98226244e8701bb394bd997df0a615c25c14d210 /Doc | |
parent | fa526bd19c25a134582b0dec08cbda13e48cd6b4 (diff) | |
download | cpython-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.rst | 3 |
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 ------------------------------------------- |