Staging
v0.5.1
https://github.com/python/cpython
Revision 6fa5bdc6e85ec48925bc0d856b134f59d01c300f authored by Terry Jan Reedy on 28 May 2016, 17:22:31 UTC, committed by Terry Jan Reedy on 28 May 2016, 17:22:31 UTC
This follows the previous patch that changed idlelib file names.
Class names that matched old module names are not changed.
Change idlelib imports in turtledemo.__main__.

Exception: config-extensions.def.  Previously, extension section
names, file names, and class names had to match.  Changing section
names would create cross-version conflicts in config-extensions.cfg
(user customizations).  Instead map old names to new file names
at point of import in editor.EditorWindow.load_extension.

Patch extensively tested with test_idle, idle_test.htest.py, a custom
import-all test, running IDLE in a console to catch messages,
and testing each menu item.  Based on a patch by Al Sweigart.
1 parent 0d9220e
History
Tip revision: 6fa5bdc6e85ec48925bc0d856b134f59d01c300f authored by Terry Jan Reedy on 28 May 2016, 17:22:31 UTC
Issue #24225: Within idlelib files, update idlelib module names.
Tip revision: 6fa5bdc
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 996 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 7.8 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 57.0 KB
README -rw-r--r-- 7.9 KB
aclocal.m4 -rw-r--r-- 8.3 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 466.1 KB
configure.ac -rw-r--r-- 151.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 41.8 KB
setup.py -rw-r--r-- 97.4 KB

README

back to top