cpython/Lib/tkinter
Brett Cannon f299abdafa Issue #23731: Implement PEP 488.
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
2015-04-13 14:21:02 -04:00
..
test Issue #23731: Implement PEP 488. 2015-04-13 14:21:02 -04:00
__init__.py Issue #23731: Implement PEP 488. 2015-04-13 14:21:02 -04:00
__main__.py
_fix.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py
font.py
messagebox.py
scrolledtext.py
simpledialog.py
tix.py
ttk.py