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 epaine
Recipients epaine, taleinat, terry.reedy
Date 2020-06-27.16:57:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593277028.54.0.214290317054.issue41144@roundup.psfhosted.org>
In-reply-to
Content
When opening special modules (such as os.path) through the "Open Module" dialog, an ImportError is raised. The fix is to catch this error and retry the loader call without the "name" argument (hence opening the true file).
History
Date User Action Args
2020-06-27 16:57:08epainesetrecipients: + epaine, terry.reedy, taleinat
2020-06-27 16:57:08epainesetmessageid: <1593277028.54.0.214290317054.issue41144@roundup.psfhosted.org>
2020-06-27 16:57:08epainelinkissue41144 messages
2020-06-27 16:57:08epainecreate