• Terry Jan Reedy's avatar
    Issue #24225: Within idlelib files, update idlelib module names. · 6fa5bdc6
    Terry Jan Reedy yazdı
    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.
    6fa5bdc6
Adı
Son kayıt (commit)
Son güncelleme
..
README.txt Loading commit data...
__init__.py Loading commit data...
htest.py Loading commit data...
mock_idle.py Loading commit data...
mock_tk.py Loading commit data...
test_autocomplete.py Loading commit data...
test_autoexpand.py Loading commit data...
test_calltips.py Loading commit data...
test_config_help.py Loading commit data...
test_config_sec.py Loading commit data...
test_configdialog.py Loading commit data...
test_delegator.py Loading commit data...
test_editor.py Loading commit data...
test_grep.py Loading commit data...
test_history.py Loading commit data...
test_hyperparser.py Loading commit data...
test_iomenu.py Loading commit data...
test_paragraph.py Loading commit data...
test_parenmatch.py Loading commit data...
test_pathbrowser.py Loading commit data...
test_percolator.py Loading commit data...
test_redirector.py Loading commit data...
test_replace.py Loading commit data...
test_rstrip.py Loading commit data...
test_search.py Loading commit data...
test_searchbase.py Loading commit data...
test_searchengine.py Loading commit data...
test_text.py Loading commit data...
test_textview.py Loading commit data...
test_undo.py Loading commit data...
test_warning.py Loading commit data...