From: Mark Roseman Date: Mon, 23 Aug 2021 19:00:47 +0000 (-0700) Subject: bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online... X-Git-Tag: v3.11.0a1~354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eb451031a64b4f28d737ee7f394252ae9a76118;p=thirdparty%2FPython%2Fcpython.git bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836) Co-authored-by: Ɓukasz Langa Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com> --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 425f030dcc98..c106cb8328c2 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -29,6 +29,13 @@ make the experience more pythonic. This documentation will concentrate on these additions and changes, and refer to the official Tcl/Tk documentation for details that are unchanged. +.. note:: + + Tcl/Tk 8.5 (2007) introduced a modern set of themed user interface components + along with a new API to use them. Both old and new APIs are still available. + Most documentation you will find online still uses the old API and + can be woefully outdated. + .. seealso:: * `TkDocs `_