From: David Gilbertson Date: Mon, 2 May 2022 20:26:35 +0000 (+1000) Subject: importlib docs: Update importlib.abc hierarchy (#31113) X-Git-Tag: v3.11.0b1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f45a9d3c3de97a4eafedb60ecea224a78bae52c;p=thirdparty%2FPython%2Fcpython.git importlib docs: Update importlib.abc hierarchy (#31113) Fixed some inconsistencies in the text about relationships --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 783653831b50..0241fb30b6ef 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -248,8 +248,8 @@ ABC hierarchy:: object +-- Finder (deprecated) - | +-- MetaPathFinder - | +-- PathEntryFinder + +-- MetaPathFinder + +-- PathEntryFinder +-- Loader +-- ResourceLoader --------+ +-- InspectLoader | @@ -282,8 +282,7 @@ ABC hierarchy:: .. class:: MetaPathFinder - An abstract base class representing a :term:`meta path finder`. For - compatibility, this is a subclass of :class:`Finder`. + An abstract base class representing a :term:`meta path finder`. .. versionadded:: 3.3