diff options
author | Steve Dower <steve.dower@python.org> | 2023-01-26 20:47:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-26 20:47:24 (GMT) |
commit | 8d18d1ffd52eb3917c4566b09596d596116a5532 (patch) | |
tree | 5ebc938d15837dac7759cd38d76ffd5f099167db /PC/layout | |
parent | 9f2c479eaf7d922746ef2f3c85b5c781757686b1 (diff) | |
download | cpython-8d18d1ffd52eb3917c4566b09596d596116a5532.zip cpython-8d18d1ffd52eb3917c4566b09596d596116a5532.tar.gz cpython-8d18d1ffd52eb3917c4566b09596d596116a5532.tar.bz2 |
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
Diffstat (limited to 'PC/layout')
-rw-r--r-- | PC/layout/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/layout/main.py b/PC/layout/main.py index 17d27bb..c924600 100644 --- a/PC/layout/main.py +++ b/PC/layout/main.py @@ -35,7 +35,7 @@ TEST_DIRS_ONLY = FileNameSet("test", "tests") IDLE_DIRS_ONLY = FileNameSet("idlelib") -TCLTK_PYDS_ONLY = FileStemSet("tcl*", "tk*", "_tkinter") +TCLTK_PYDS_ONLY = FileStemSet("tcl*", "tk*", "_tkinter", "zlib1") TCLTK_DIRS_ONLY = FileNameSet("tkinter", "turtledemo") TCLTK_FILES_ONLY = FileNameSet("turtle.py") |