8000 `zipimport` is missing 3.10 methods · Issue #12236 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

zipimport is missing 3.10 methods #12236

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

Closed
ZeroIntensity opened this issue Jun 29, 2024 · 1 comment · Fixed by #12242
Closed

zipimport is missing 3.10 methods #12236

ZeroIntensity opened this issue Jun 29, 2024 · 1 comment · Fixed by #12242

Comments

@ZeroIntensity
Copy link
Member

The stubs for zipimport are out of date. For example, since 3.10, zipimport.zipimporter has implemented exec_module and create_module, but these don't exist in the type stubs.

I would be happy to author the PR, if there are no objections (or some other reason why this was left out in the first place).

@max-muoto
Copy link
Contributor

Just seems like a simple oversight, put up a PR fixing this: #12242

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 a pull request may close this issue.

2 participants
0