New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Officially deprecate and remove abcs in importlib.abc moved to importlib.resources. #93963
Closed
2 tasks
Closed
2 tasks
Comments
jaraco
added a commit
that referenced
this issue
Jun 17, 2022
jaraco
added a commit
that referenced
this issue
Jun 17, 2022
jaraco
added a commit
that referenced
this issue
Jun 17, 2022
jaraco
added a commit
that referenced
this issue
Jul 3, 2022
jaraco
added a commit
that referenced
this issue
Jul 3, 2022
jaraco
added a commit
that referenced
this issue
Jul 3, 2022
miss-islington
pushed a commit
that referenced
this issue
Jul 3, 2022
hugovk
added a commit
to hugovk/cpython
that referenced
this issue
Jul 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #90276, I grouped the functionality related to
importlib.resources
into its own package (creating clearer separation of responsibility fromimportlib.*
). That included moving some abstract base classes fromimportlib.abc
toimportlib.resources.abc
. We need to officially deprecate the presence inimportlib.abc
and then remove them in a future release.Originally posted by @jaraco in #93610 (comment)
The text was updated successfully, but these errors were encountered: