8000 bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documen… · python/cpython@8351df6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8351df6

Browse files
bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836)
Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com> (cherry picked from commit 1eb4510) Co-authored-by: Mark Roseman <mark@markroseman.com>
1 parent 1095535 commit 8351df6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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)
0