Message 373246 - Python tracker
+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'<tab>. To add a note to #37765, I tried 'import keywords'. Nope, no 's'. 'import ke'<tab> would have been nice. I suspect that some beginners have as much trouble with names they have no recently used. im<tab> would work if keywords were added to the tab completion list. #37765.