Skip to content
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

Replace usages of the deprecated (removed in Python 3.12) imp module #2113

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Aug 23, 2023

Closes #2104
Changes based on similar changes in 201db64 / #1537

https://docs.python.org/3/library/imp.html

Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib.

Copy link
Owner

@mhammond mhammond left a comment

Choose a reason for hiding this comment

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

Thanks!

@mhammond mhammond merged commit 03a8bb1 into mhammond:main Sep 21, 2023
@Avasam Avasam deleted the remove-deprecated-imp-module branch September 21, 2023 17:00
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.

Python 3.12: imp module removed
2 participants