Message 271215 - Python tracker
Message271215
| Author | terry.reedy |
|---|---|
| Recipients | Saimadhav.Heblikar, THRlWiTi, Todd.Rovito, philwebster, terry.reedy |
| Date | 2016-07-25.02:42:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1469414552.39.0.061442205267.issue18766@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The concern about adding bugs could be alleviated by checking whether the name is in an import statement. But it still might not be in the proper form. I am trying to reduce the run.py import to those actually needed in run.py. I already reduced sys.modules by 37. The side effect is that fewer modules will autocomplete before running the code in the editor. Hence, there is more need for this change. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-07-25 02:42:32 | terry.reedy | set | recipients: + terry.reedy, THRlWiTi, Todd.Rovito, philwebster, Saimadhav.Heblikar |
| 2016-07-25 02:42:32 | terry.reedy | set | messageid: <1469414552.39.0.061442205267.issue18766@psf.upfronthosting.co.za> |
| 2016-07-25 02:42:32 | terry.reedy | link | issue18766 messages |
| 2016-07-25 02:42:31 | terry.reedy | create | |