mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
This commit is contained in:
parent
7aeb06f78e
commit
c2e3c06139
10 changed files with 90 additions and 216 deletions
|
@ -13,9 +13,7 @@
|
|||
--------------
|
||||
|
||||
The :mod:`tkinter.ttk` module provides access to the Tk themed widget set,
|
||||
introduced in Tk 8.5. If Python has not been compiled against Tk 8.5, this
|
||||
module can still be accessed if *Tile* has been installed. The former
|
||||
method using Tk 8.5 provides additional benefits including anti-aliased font
|
||||
introduced in Tk 8.5. It provides additional benefits including anti-aliased font
|
||||
rendering under X11 and window transparency (requiring a composition
|
||||
window manager on X11).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue