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 ncoghlan
Recipients brett.cannon, eric.snow, fdrake, methane, ncoghlan
Date 2017-02-19.11:27:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487503673.57.0.879665685769.issue29592@psf.upfronthosting.co.za>
In-reply-to
Content
Note that "os" doesn't get imported normally, it gets injected as part of the importlib bootstrapping process (since _bootstrap_external.py needs the os module in order to work).
History
Date User Action Args
2017-02-19 11:27:53ncoghlansetrecipients: + ncoghlan, fdrake, brett.cannon, methane, eric.snow
2017-02-19 11:27:53ncoghlansetmessageid: <1487503673.57.0.879665685769.issue29592@psf.upfronthosting.co.za>
2017-02-19 11:27:53ncoghlanlinkissue29592 messages
2017-02-19 11:27:53ncoghlancreate