Message195446
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. |
|
Date |
User |
Action |
Args |
2013-08-17 01:39:46 | philwebster | set | recipients:
+ philwebster, terry.reedy, Todd.Rovito |
2013-08-17 01:39:46 | philwebster | set | messageid: <1376703586.47.0.0617094548794.issue18766@psf.upfronthosting.co.za> |
2013-08-17 01:39:46 | philwebster | link | issue18766 messages |
2013-08-17 01:39:45 | philwebster | create | |
|