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 philwebster
Recipients Todd.Rovito, philwebster, terry.reedy
Date 2013-08-17.01:39:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376703586.47.0.0617094548794.issue18766@psf.upfronthosting.co.za>
In-reply-to
Content
If you open a new editor window in IDLE, some modules will autocomplete (re, os, other common modules used by IDLE) and others will not (textwrap, datetime, ...). The current solution is to run your module or type the imports into the shell window to get completions working, which is not very intuitive. I created a patch that checks the namespace and attempts to import the module automatically if it is not found.
History
Date User Action Args
2013-08-17 01:39:46philwebstersetrecipients: + philwebster, terry.reedy, Todd.Rovito
2013-08-17 01:39:46philwebstersetmessageid: <1376703586.47.0.0617094548794.issue18766@psf.upfronthosting.co.za>
2013-08-17 01:39:46philwebsterlinkissue18766 messages
2013-08-17 01:39:45philwebstercreate