]> granicus.if.org Git - python/commit
IDLE: make filetypes a tuple constant. (#3847)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 1 Oct 2017 23:01:27 +0000 (19:01 -0400)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2017 23:01:27 +0000 (19:01 -0400)
commit5961e7c156f90c7f9444ae95b9d3e55114ca2169
tree4a41d0810375821f4bd0e680f5734d79c2fec2f0
parent2102c789035ccacbac4362589402ac68baa2cd29
IDLE: make filetypes a tuple constant. (#3847)

Save a bit of code, plus non-tuples get converted anyway to tuples by tkinter for the tk call.
Lib/idlelib/iomenu.py