]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 16 Jul 2016 22:26:32 +0000 (18:26 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 16 Jul 2016 22:26:32 +0000 (18:26 -0400)
commitff1d5ab16e6424cf000be314e3c5ca8e42ae43f4
tree2d2101a31bf2dabbc4c5fb088ea0958f848488f6
parent7ca63cb7cc0ea962f40559ba57f767e38d7f1af7
Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
Users must include the same imports required to run directly in Python.
Lib/idlelib/run.py