We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a8011 commit 8ade567Copy full SHA for 8ade567
1 file changed
tools/run_examples.py
@@ -103,6 +103,9 @@ def main():
103
# This example often crashes on Mac (Issue #309)
104
print("[run_examples.py] PASS: tkinter_.py (Issue #309)")
105
passed.append("tkinter_.py (Issue #309)")
106
+ elif WINDOWS and sys.version_info.major == 2:
107
+ print("[run_examples.py] PASS: tkinter_.py (Issue #441)")
108
+ passed.append("tkinter_.py (Issue #441)")
109
elif packages["tkinter"] or packages["Tkinter"]:
110
examples.append("tkinter_.py")
111
else:
0 commit comments