diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-07-03 23:11:13 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-07-03 23:11:13 (GMT) |
commit | 0cd6b977016a438303664427709dda95e73369c5 (patch) | |
tree | 5d97378274cdea2a510adac0dd774fdab85de7d3 /Lib/idlelib/README.txt | |
parent | bae75cf3fe975d21c0c20baa595d21ebeca54681 (diff) | |
download | cpython-0cd6b977016a438303664427709dda95e73369c5.zip cpython-0cd6b977016a438303664427709dda95e73369c5.tar.gz cpython-0cd6b977016a438303664427709dda95e73369c5.tar.bz2 |
Issue 27437: Add query.ModuleName and use it for file => Load Module.
Users can now edit bad entries instead of starting over.
Diffstat (limited to 'Lib/idlelib/README.txt')
-rw-r--r-- | Lib/idlelib/README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt index e1d682e..d333b47 100644 --- a/Lib/idlelib/README.txt +++ b/Lib/idlelib/README.txt @@ -41,7 +41,6 @@ config.py # Load, fetch, and save configuration (nim). configdialog.py # Display user configuration dialogs. config_help.py # Specify help source in configdialog. config_key.py # Change keybindings. -config_sec.py # Spefify user config section name dynoption.py # Define mutable OptionMenu widget (nim). debugobj.py # Define class used in stackviewer. debugobj_r.py # Communicate objects between processes with rpc (nim). @@ -66,6 +65,7 @@ pathbrowser.py # Create path browser window. percolator.py # Manage delegator stack (nim). pyparse.py # Give information on code indentation pyshell.py # Start IDLE, manage shell, complete editor window +query.py # Query user for informtion redirector.py # Intercept widget subcommands (for percolator) (nim). replace.py # Search and replace pattern in text. rpc.py # Commuicate between idle and user processes (nim). @@ -192,8 +192,8 @@ Options Configure IDLE # eEW.config_dialog, configdialog (tabs in the dialog) Font tab # config-main.def - Highlight tab # config_sec, config-highlight.def - Keys tab # config_key, configconfig_secg-keus.def + Highlight tab # query, config-highlight.def + Keys tab # query, config_key, config_keys.def General tab # config_help, config-main.def Extensions tab # config-extensions.def, corresponding .py --- |