]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116608: importlib.resources: Un-deprecate functional API & add subdirectory suppor...
authorPetr Viktorin <encukou@gmail.com>
Fri, 5 Apr 2024 11:55:59 +0000 (13:55 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Apr 2024 11:55:59 +0000 (13:55 +0200)
commit9ceaee74db7da0e71042ab0b385d844e9f282adb
tree45962fae62f0e15e0921ccf894b97aaa8029f87b
parent757b62493b47c6d2f07fc8ecaa2278a7c8a3bea6
gh-116608: importlib.resources: Un-deprecate functional API & add subdirectory support  (GH-116609)
Doc/library/importlib.resources.rst
Doc/whatsnew/3.13.rst
Lib/importlib/resources/__init__.py
Lib/importlib/resources/_functional.py [new file with mode: 0644]
Lib/test/test_importlib/resources/test_functional.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2024-03-11-17-04-55.gh-issue-116608.30f58-.rst [new file with mode: 0644]