]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29446: IDLE -- add explicit imports (GH-14919) (#14921)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jul 2019 20:36:57 +0000 (13:36 -0700)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 23 Jul 2019 20:36:57 +0000 (16:36 -0400)
commitaee260f1c4d32bf67edec209d949294d4dc403c1
tree21b08a3a163334cf41988dcfad27776407282ae4
parente9ec1663d8fa0b3829add14e784107482af8dacb
bpo-29446: IDLE -- add explicit imports (GH-14919) (#14921)

Stop depending on tkinter import *.
(cherry picked from commit c6fd6c83b70df76421d05a7628367e64a2f83589)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/editor.py