gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)

This commit is contained in:
Steve Dower 2023-01-26 20:47:24 +00:00 committed by GitHub
parent 9f2c479eaf
commit 8d18d1ffd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 6 deletions

View file

@ -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")