summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/tkinter.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 425f030..c106cb8 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 <http://tkdocs.com/>`_