summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-07-27 08:07:18 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-07-27 08:07:18 (GMT)
commit110796fb1588b1ab433f327f84175dffde229df8 (patch)
tree454bb45860a1090b27b3310d0d429bd79a539a2e /Python/ceval.c
parent87355a77db6fea8d0718701a86632db7ed2e3f14 (diff)
downloadcpython-110796fb1588b1ab433f327f84175dffde229df8.zip
cpython-110796fb1588b1ab433f327f84175dffde229df8.tar.gz
cpython-110796fb1588b1ab433f327f84175dffde229df8.tar.bz2
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).
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions