Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42136: Deprecate module_repr() as found in importlib (GH-25022) | Brett Cannon | 2021-03-26 | 1 | -0/+3 |
| | |||||
* | bpo-26131: Deprecate usage of load_module() (GH-23469) | Brett Cannon | 2020-12-04 | 1 | -0/+1 |
| | | | Raise an ImportWarning when the import system falls back on load_module(). As for implementations of load_module(), raise a DeprecationWarning. | ||||
* | bpo-41006: importlib.util no longer imports typing (GH-20938) | Victor Stinner | 2020-06-17 | 1 | -0/+50 |
Create importlib._abc submodule to avoid importing typing when importlib.util is imported. Move Loader ABC into importlib._abc. |