Browse Source
bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158)
pull/19122/head
Brett Cannon
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
Doc/library/importlib.rst
|
|
|
@ -1029,6 +1029,10 @@ find and load modules. |
|
|
|
Only class methods are defined by this class to alleviate the need for |
|
|
|
instantiation. |
|
|
|
|
|
|
|
.. versionchanged:: 3.4 |
|
|
|
Gained :meth:`~Loader.create_module` and :meth:`~Loader.exec_module` |
|
|
|
methods. |
|
|
|
|
|
|
|
|
|
|
|
.. class:: WindowsRegistryFinder |
|
|
|
|
|
|
|
|