mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
Add tix deprecation to whatsnew
This commit is contained in:
parent
fa526bd19c
commit
ba41c8152f
1 changed files with 3 additions and 0 deletions
|
@ -981,6 +981,9 @@ Deprecated Python modules, functions and methods
|
||||||
been deprecated in previous versions of Python in favour of
|
been deprecated in previous versions of Python in favour of
|
||||||
:meth:`importlib.abc.Loader.exec_module`.
|
: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
|
Deprecated functions and types of the C API
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue