Skip to content

Commit ba41c81

Browse files
committed
Add tix deprecation to whatsnew
1 parent fa526bd commit ba41c81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.6.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,9 @@ Deprecated Python modules, functions and methods
981981
been deprecated in previous versions of Python in favour of
982982
:meth:`importlib.abc.Loader.exec_module`.
983983

984+
* The :mod:`tkinter.tix` module is now deprecated. :mod:`tkinter` users should
985+
use :mod:`tkinter.ttk` instead.
986+
984987

985988
Deprecated functions and types of the C API
986989
-------------------------------------------

0 commit comments

Comments
 (0)