This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ramchandra Apte
Recipients Ramchandra Apte, terry.reedy
Date 2013-02-19.15:32:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361287971.25.0.643782901011.issue17238@psf.upfronthosting.co.za>
In-reply-to
Content
[patch under development]
I propose to add completions for 
import <tab>
from <tab>
from x import <tab>

Also, if one types imp.<tab> , 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)
History
Date User Action Args
2013-02-19 15:32:51Ramchandra Aptesetrecipients: + Ramchandra Apte, terry.reedy
2013-02-19 15:32:51Ramchandra Aptesetmessageid: <1361287971.25.0.643782901011.issue17238@psf.upfronthosting.co.za>
2013-02-19 15:32:51Ramchandra Aptelinkissue17238 messages
2013-02-19 15:32:51Ramchandra Aptecreate