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 iritkatriel
Recipients docs@python, iritkatriel, j13r
Date 2021-08-07.22:48:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628376522.15.0.888951759892.issue40899@roundup.psfhosted.org>
In-reply-to
Content
ModuleNotFoundError is a subclass of ImportError, so it's probably enough to just document the functions as raising ImportError on failure, as in the case of https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module.
History
Date User Action Args
2021-08-07 22:48:42iritkatrielsetrecipients: + iritkatriel, docs@python, j13r
2021-08-07 22:48:42iritkatrielsetmessageid: <1628376522.15.0.888951759892.issue40899@roundup.psfhosted.org>
2021-08-07 22:48:42iritkatriellinkissue40899 messages
2021-08-07 22:48:42iritkatrielcreate