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 Ben Lewis2, brett.cannon, eric.snow, ncoghlan
Date 2019-06-28.19:22:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561749733.32.0.955430999512.issue37444@roundup.psfhosted.org>
In-reply-to
Content
builtins.__import__() raises ValueError (as it did in Python 2.7) while importlib.__import__() raises ImportError (which makes more sense to me).

Found by Ben Lewis.
History
Date User Action Args
2019-06-28 19:22:13brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, Ben Lewis2
2019-06-28 19:22:13brett.cannonsetmessageid: <1561749733.32.0.955430999512.issue37444@roundup.psfhosted.org>
2019-06-28 19:22:13brett.cannonlinkissue37444 messages
2019-06-28 19:22:13brett.cannoncreate