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 steve.dower
Recipients jafo, paul.moore, shireenrao, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-08-08.21:38:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565300309.51.0.73303413764.issue25172@roundup.psfhosted.org>
In-reply-to
Content
Yes. support.import_module is going to raise a skip when the module can't be imported, but we want to handle ImportError differently.
History
Date User Action Args
2019-08-08 21:38:29steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, jafo, tim.golden, zach.ware, shireenrao
2019-08-08 21:38:29steve.dowersetmessageid: <1565300309.51.0.73303413764.issue25172@roundup.psfhosted.org>
2019-08-08 21:38:29steve.dowerlinkissue25172 messages
2019-08-08 21:38:29steve.dowercreate