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 xfix
Recipients xfix
Date 2020-04-03.14:41:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585924900.04.0.815860911425.issue40171@roundup.psfhosted.org>
In-reply-to
Content
The attached shell program returns `AttributeError: module 'mod' has no attribute 'x'`. I would rather expect `ImportError` instead of loading an empty package due to permission error causing Python module to be inaccessible.
History
Date User Action Args
2020-04-03 14:41:40xfixsetrecipients: + xfix
2020-04-03 14:41:40xfixsetmessageid: <1585924900.04.0.815860911425.issue40171@roundup.psfhosted.org>
2020-04-03 14:41:40xfixlinkissue40171 messages
2020-04-03 14:41:39xfixcreate