[issue40031] IDLE fails trying to inport old idlelib file names for config

2020-05-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Everything from AutoComplete onwards has been added somehow and must be removed. The preliminary version of 3.8.3 was released last Wednesday. When the final version is released in a week or two, I recommend upgrading and getting the untouched .def files.

[issue40031] IDLE fails trying to inport old idlelib file names for config

2020-05-03 Thread Saaheer Purav
Saaheer Purav added the comment: Here is the file. -- Added file: https://bugs.python.org/file49116/config-extensions.def ___ Python tracker ___ __

[issue40031] IDLE fails trying to inport old idlelib file names for config

2020-05-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Module 'autoexpand' has a class 'AutoExpand' imported by editor.py near the top. After rechecking the editor and config code, I am sure that the only way editor line 1115 could try to import *module* AutoExpand is if either idlelib/config-extensions.def or

[issue40031] IDLE fails trying to inport old idlelib file names for config

2020-05-02 Thread Saaheer Purav
Saaheer Purav added the comment: In my .idlerc folder, only 1 file is there- 'recent-files.lst'. -- ___ Python tracker ___ ___ Pyth

[issue40031] IDLE fails trying to inport old idlelib file names for config

2020-04-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Saaheer, using the 'File: Browse...' button under the comment box, please upload (if you still have it) the .../.idlerc/config-extensions.cfg that results in this failure. Most idlelib files were renamed in 3.6. 'AutoExpand' and 'CallTips' are 2 of the old