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 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:32terry.reedysetrecipients: + terry.reedy, THRlWiTi, Todd.Rovito, philwebster, Saimadhav.Heblikar
2016-07-25 02:42:32terry.reedysetmessageid: <1469414552.39.0.061442205267.issue18766@psf.upfronthosting.co.za>
2016-07-25 02:42:32terry.reedylinkissue18766 messages
2016-07-25 02:42:31terry.reedycreate