mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
This commit is contained in:
parent
efccff9ac8
commit
57c6cb5100
20 changed files with 3821 additions and 3653 deletions
|
@ -55,7 +55,7 @@ class InheritanceTests:
|
|||
|
||||
|
||||
class MetaPathFinder(InheritanceTests):
|
||||
superclass_names = ['Finder']
|
||||
superclass_names = []
|
||||
subclass_names = ['BuiltinImporter', 'FrozenImporter', 'PathFinder',
|
||||
'WindowsRegistryFinder']
|
||||
|
||||
|
@ -66,7 +66,7 @@ class MetaPathFinder(InheritanceTests):
|
|||
|
||||
|
||||
class PathEntryFinder(InheritanceTests):
|
||||
superclass_names = ['Finder']
|
||||
superclass_names = []
|
||||
subclass_names = ['FileFinder']
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue