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 dino.viehland
Recipients brett.cannon, dino.viehland
Date 2020-01-14.23:55:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I think the warning shouldn't be too bad.  It looks like ImportWarnings are filtered by default already, and the extra overhead of raising a warning in this case probably is nothing compared to the actual work in loading the module.
History
Date User Action Args
2020-01-14 23:55:02dino.viehlandsetrecipients: + dino.viehland, brett.cannon
2020-01-14 23:55:02dino.viehlandsetmessageid: <[email protected]>
2020-01-14 23:55:02dino.viehlandlinkissue39336 messages
2020-01-14 23:55:02dino.viehlandcreate