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 brett.cannon, eric.snow, ncoghlan, tkhyn, zvyn
Date 2017-06-14.21:34:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497476093.0.0.995981036295.issue30436@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 8c3f05e9f0f0b30a3d4a2433e92471794d8258af by Brett Cannon (Milan Oberkirch) in branch 'master':
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899)
https://github.com/python/cpython/commit/8c3f05e9f0f0b30a3d4a2433e92471794d8258af
History
Date User Action Args
2017-06-14 21:34:53brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, zvyn, tkhyn
2017-06-14 21:34:53brett.cannonsetmessageid: <1497476093.0.0.995981036295.issue30436@psf.upfronthosting.co.za>
2017-06-14 21:34:52brett.cannonlinkissue30436 messages
2017-06-14 21:34:52brett.cannoncreate