Skip to content

DEP: Avoid using the deprecated importlib.resources.path function#13783

Merged
hauntsaninja merged 1 commit into
python:masterfrom
BvB93:deprecation
Sep 30, 2022
Merged

DEP: Avoid using the deprecated importlib.resources.path function#13783
hauntsaninja merged 1 commit into
python:masterfrom
BvB93:deprecation

Conversation

@BvB93

@BvB93 BvB93 commented Sep 30, 2022

Copy link
Copy Markdown
Contributor

The importlib.resources.path function is deprecated as of Python 3.11; substitute it with importlib.resources.files.

@hauntsaninja hauntsaninja left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@github-actions

Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@hauntsaninja
hauntsaninja merged commit 46aee5a into python:master Sep 30, 2022
@BvB93
BvB93 deleted the deprecation branch September 30, 2022 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants