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

Remove deprecated zipimport.zipimporter.load_module #125747

Closed
Wulian233 opened this issue Oct 20, 2024 · 1 comment
Closed

Remove deprecated zipimport.zipimporter.load_module #125747

Wulian233 opened this issue Oct 20, 2024 · 1 comment
Labels
type-feature A feature request or enhancement

Comments

@Wulian233
Copy link
Contributor

Wulian233 commented Oct 20, 2024

Feature or enhancement

Proposal:

These function have been deprecated since Python 3.10
At https://github.com/python/cpython/blob/main/Lib/zipimport.py#L224-L225

msg = ("zipimport.zipimporter.load_module() is deprecated and slated for "
               "removal in Python 3.12; use exec_module() instead")

We forget remove this

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No response

Tasks

No tasks being tracked yet.
@Wulian233 Wulian233 added the type-feature A feature request or enhancement label Oct 20, 2024
@Wulian233 Wulian233 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2024
@terryjreedy
Copy link
Member

Duplicate of #125746.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants