From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 2 May 2022 20:48:59 +0000 (-0700) Subject: importlib docs: Update importlib.abc hierarchy (GH-31113) X-Git-Tag: v3.10.5~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d851f37b886a91400642c4c845c56d585ab94ec0;p=thirdparty%2FPython%2Fcpython.git importlib docs: Update importlib.abc hierarchy (GH-31113) Fixed some inconsistencies in the text about relationships (cherry picked from commit 5f45a9d3c3de97a4eafedb60ecea224a78bae52c) Co-authored-by: David Gilbertson --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 3576941efa46..c9fb63b75a47 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -230,8 +230,8 @@ ABC hierarchy:: object +-- Finder (deprecated) - | +-- MetaPathFinder - | +-- PathEntryFinder + +-- MetaPathFinder + +-- PathEntryFinder +-- Loader +-- ResourceLoader --------+ +-- InspectLoader | @@ -264,8 +264,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