[issue17238] IDLE: Add import statement completion

2020-07-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: +1 for import completion. Above, I misspelled 'rlcompleter' as 'rlcomplete'. When I just tried to import it as part of responding to #41230, the wrong name did not work. I wish I could have stopped with 'import rl'. To add a note to #37765, I tried

[issue17238] IDLE: Add import statement completion

2020-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.10 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue17238] IDLE: Add import statement completion

2020-06-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: I opened #40892 for using rlcomplete suffixes. I should look as #25419 for patch and messages for import ideas. -- ___ Python tracker ___

[issue17238] IDLE: Add import statement completion

2016-07-26 Thread Martin Panter
Martin Panter added the comment: The readline completion code does not strictly depend on on Readline, although currently it is modelled after its quirky API. But we can change that by adding a more general API. In , I suggested an API

[issue17238] IDLE: Add import statement completion

2016-07-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: I change 'enhance' to 'add' because there is no 'import completion' now. Ramchandra, when replying by email, delete the quoted email. But do submit a patch even is less than perfect. The idea of autoimporting a name to complete an attribute is separate from