[issue17238] Enhance import statement completion

2013-02-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> needs patch versions: -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue17238] Enhance import statement completion

2013-02-19 Thread Ramchandra Apte
New submission from Ramchandra Apte: [patch under development] I propose to add completions for import from from x import Also, if one types imp. , IDLE should import the module and list dir(module). (There will be an option to disable/enable the last two completion cases as some users obj