Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1eb4510

Browse files
rosemanambvE-Paine
authored
bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836)
Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: E-Paine <[email protected]>
1 parent 27b761a commit 1eb4510

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/library/tkinter.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ make the experience more pythonic. This documentation will concentrate on these
2929
additions and changes, and refer to the official Tcl/Tk documentation for
3030
details that are unchanged.
3131

32+
.. note::
33+
34+
Tcl/Tk 8.5 (2007) introduced a modern set of themed user interface components
35+
along with a new API to use them. Both old and new APIs are still available.
36+
Most documentation you will find online still uses the old API and
37+
can be woefully outdated.
38+
3239
.. seealso::
3340

3441
* `TkDocs <http://tkdocs.com/>`_

0 commit comments

Comments
 (0)