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 brandtbucher
Recipients brandtbucher, jvr
Date 2019-02-10.19:20:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549826446.89.0.496598390068.issue35936@roundup.psfhosted.org>
In-reply-to
Content
Alright, I've gotten all of the tests passing for the new importlib-only implementation. I broke these modifications out into a new private function, _find_module, to make it clear that this fix is a simple drop-in replacement for imp.find_module.

Let me know if there's anything I've missed or could improve. Otherwise, I feel my work here is done!
History
Date User Action Args
2019-02-10 19:20:48brandtbuchersetrecipients: + brandtbucher, jvr
2019-02-10 19:20:46brandtbuchersetmessageid: <1549826446.89.0.496598390068.issue35936@roundup.psfhosted.org>
2019-02-10 19:20:46brandtbucherlinkissue35936 messages
2019-02-10 19:20:46brandtbuchercreate