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 brett.cannon
Recipients andry, brett.cannon
Date 2019-09-09.16:10:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568045420.08.0.0844949075721.issue38000@roundup.psfhosted.org>
In-reply-to
Content
This works as expected as nothing is inherently injected into your global namespace in any of the other code that you are executing. Otherwise the fact that the imported module is not being put into sys.modules also doesn't help if you're trying to get access via `import cmdoplib_yaml`. 

But once the module object is created then the file name does not matter.
History
Date User Action Args
2019-09-09 16:10:20brett.cannonsetrecipients: + brett.cannon, andry
2019-09-09 16:10:20brett.cannonsetmessageid: <1568045420.08.0.0844949075721.issue38000@roundup.psfhosted.org>
2019-09-09 16:10:20brett.cannonlinkissue38000 messages
2019-09-09 16:10:19brett.cannoncreate