You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
Copy file name to clipboardExpand all lines: Doc/library/importlib.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -917,7 +917,9 @@ not** have to exist as physical files and directories on the file system.
917
917
on `using importlib.resources
918
918
<http://importlib-resources.readthedocs.io/en/latest/using.html>`_ and
919
919
`migrating from pkg_resources to importlib.resources
0 commit comments