diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-24 07:51:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 07:51:37 (GMT) |
commit | d5cd2effa69551c6bc7edfef8a414d545dea9117 (patch) | |
tree | 038c3dfa9d1ddb4baf1d1b326c5c308866de2b63 /Misc | |
parent | 324527012fa1078428a6207918640cf860e28c81 (diff) | |
download | cpython-d5cd2effa69551c6bc7edfef8a414d545dea9117.zip cpython-d5cd2effa69551c6bc7edfef8a414d545dea9117.tar.gz cpython-d5cd2effa69551c6bc7edfef8a414d545dea9117.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst b/Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst new file mode 100644 index 0000000..03f944f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst @@ -0,0 +1 @@ +Deprecated legacy functions in :mod:`importlib.resources`. |