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 Jun
Recipients Jun, docs@python
Date 2021-02-12.14:40:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613140800.67.0.306485673538.issue43207@roundup.psfhosted.org>
In-reply-to
Content
In the documentation of importlib:
https://docs.python.org/3/library/importlib.html#importlib.abc.InspectLoader

It says InspectLoader.is_package is an abstract method while it is not in the implementation.

@abc.abstractmethod decorator was removed with this commit
https://github.com/python/cpython/commit/b523f8433a8982e10eb41a3e2b37ee0e6d6a6e00
History
Date User Action Args
2021-02-12 14:40:00Junsetrecipients: + Jun, docs@python
2021-02-12 14:40:00Junsetmessageid: <1613140800.67.0.306485673538.issue43207@roundup.psfhosted.org>
2021-02-12 14:40:00Junlinkissue43207 messages
2021-02-12 14:40:00Juncreate