]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 27 Jul 2014 08:07:18 +0000 (04:07 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 27 Jul 2014 08:07:18 +0000 (04:07 -0400)
commit110796fb1588b1ab433f327f84175dffde229df8
tree454bb45860a1090b27b3310d0d429bd79a539a2e
parent87355a77db6fea8d0718701a86632db7ed2e3f14
Reduce  unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
Only change 2.7 version.
Remove ".keys()" from "x in y.keys()" (leave .keys() elsewhere alone).
Change "string.join" to "' '.join" (and string.join(s, ';') to ';'.join(s)).
Change spacing to match 3.4 (will later make spacing changes to both).
Lib/idlelib/configDialog.py