mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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 1eb451031a)
Co-authored-by: Mark Roseman <mark@markroseman.com>
This commit is contained in:
parent
10955353ce
commit
8351df6e36
1 changed files with 7 additions and 0 deletions
|
|
@ -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/>`_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue