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 steve.dower
Recipients JGoutin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-01-11.16:43:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
If you import os first then that's acceptable and we should document it more clearly. Try calling enable before importing os.

I wouldn't be surprised if os is imported automatically, in which case we need to figure out some alternate caching mechanism that can be reset by the enable call (or demonstrate that the caching is of no benefit).
History
Date User Action Args
2017-01-11 16:43:22steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, JGoutin
2017-01-11 16:43:22steve.dowersetmessageid: <[email protected]>
2017-01-11 16:43:22steve.dowerlinkissue29241 messages
2017-01-11 16:43:22steve.dowercreate