Staging
v0.8.1
https://github.com/python/cpython
Revision 110796fb1588b1ab433f327f84175dffde229df8 authored by Terry Jan Reedy on 27 July 2014, 08:07:18 UTC, committed by Terry Jan Reedy on 27 July 2014, 08:07:18 UTC
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).
1 parent 87355a7
History
Tip revision: 110796fb1588b1ab433f327f84175dffde229df8 authored by Terry Jan Reedy on 27 July 2014, 08:07:18 UTC
Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
Tip revision: 110796f
File Mode Size
c-api
data
distutils
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.5 KB
README.txt -rw-r--r-- 4.2 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 3.9 KB
conf.py -rw-r--r-- 5.7 KB
contents.rst -rw-r--r-- 415 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 35.3 KB
license.rst -rw-r--r-- 43.5 KB
make.bat -rw-r--r-- 1.5 KB

README.txt

back to top