[issue27428] Document WindowsRegistryFinder inherits from MetaPathFinder
New submission from Brett Cannon: Currently the docs claim it inherits from importlib.abc.Finder. ---------- assignee: docs@python components: Documentation messages: 269633 nosy: brett.cannon, docs@python priority: normal severity: normal status: open title: Document WindowsRegistryFinder inherits from MetaPathFinder versions: Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27428> _______________________________________
Cheryl Sabella <chekat2@gmail.com> added the comment: Since WindowsRegistryFinder was deprecated in 3.6, should this be closed or should the documentation still be corrected? ---------- nosy: +csabella versions: +Python 3.7 -Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
Brett Cannon <brett@python.org> added the comment: Docs should still be correct. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
Change by Cheryl Sabella <chekat2@gmail.com>: ---------- keywords: +easy stage: -> needs patch type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
Change by Himanshu Lakhara <himanshulakhara1947@gmail.com>: ---------- keywords: +patch pull_requests: +5823 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
Brett Cannon <brett@python.org> added the comment: New changeset 5cbb84106efefd200933aa31e22abf39267d2557 by Brett Cannon (Himanshu Lakhara) in branch 'master': bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) https://github.com/python/cpython/commit/5cbb84106efefd200933aa31e22abf39267... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +5949 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +5950 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 45738ede5ac8507b88b35fb0d6e2806a7b2e2efc by Miss Islington (bot) in branch '3.7': bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) https://github.com/python/cpython/commit/45738ede5ac8507b88b35fb0d6e2806a7b2... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 643a781188539de038745d23d0e8e5a03b781209 by Miss Islington (bot) in branch '3.6': bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) https://github.com/python/cpython/commit/643a781188539de038745d23d0e8e5a03b7... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
Change by Brett Cannon <brett@python.org>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue27428> _______________________________________
participants (4)
-
Brett Cannon -
Cheryl Sabella -
Himanshu Lakhara -
miss-islington