0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 18:51:15 +01:00
cpython/Lib/importlib
Jason R. Coombs d5cd2effa6
bpo-45514: Deprecate importlib resources legacy functions. (GH-29036)
* bpo-45514: Apply changes from importlib_resources@a3ef4128c6

* Mark legacy functions as deprecated in the docs and link to the migration docs in importlib_resources docs.

* Apply changes from importlib_resources@329ae9d5f2c.

* Indicate importlib.resources as a module.

Co-authored-by: Filipe Laíns <lains@riseup.net>
2021-11-24 02:51:37 -05:00
..
metadata
__init__.py
_abc.py
_adapters.py
_bootstrap_external.py bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-29384) 2021-11-23 07:38:02 -08:00
_bootstrap.py
_common.py
_itertools.py bpo-45514: Deprecate importlib resources legacy functions. (GH-29036) 2021-11-24 02:51:37 -05:00
_legacy.py bpo-45514: Deprecate importlib resources legacy functions. (GH-29036) 2021-11-24 02:51:37 -05:00
abc.py
machinery.py
readers.py
resources.py
simple.py
util.py