[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
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 object to it importing modules for completion)

--
components: IDLE
messages: 182392
nosy: Ramchandra Apte, terry.reedy
priority: normal
severity: normal
status: open
title: Enhance import statement completion
type: enhancement
versions: Python 3.3, Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com