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 meowmeowmeowcat
Recipients docs@python, iritkatriel, j13r, meowmeowmeowcat, ronaldoussoren
Date 2021-08-11.04:21:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628655672.15.0.923292633111.issue40899@roundup.psfhosted.org>
In-reply-to
Content
Maybe we can add something like:

```
If the module cannot be imported,:exc:`ImportError` is usually raised.

.. note::
   
   Sometimes other errors are raised if the module cannot be imported successfully. See https://docs.python.org/3/library/exceptions.html for more information.

```
History
Date User Action Args
2021-08-11 04:21:12meowmeowmeowcatsetrecipients: + meowmeowmeowcat, ronaldoussoren, docs@python, j13r, iritkatriel
2021-08-11 04:21:12meowmeowmeowcatsetmessageid: <1628655672.15.0.923292633111.issue40899@roundup.psfhosted.org>
2021-08-11 04:21:12meowmeowmeowcatlinkissue40899 messages
2021-08-11 04:21:11meowmeowmeowcatcreate