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

Implement import from ZIP archives #2354

Merged
merged 4 commits into from
Nov 10, 2022
Merged

Conversation

Kodiologist
Copy link
Member

@Kodiologist
Copy link
Member Author

It looks like Python 3.7 implemented zipimport in C. That would make monkey-patching it pretty difficult. 3.7 has less than a year until end-of-life, anyway, so I think I'll just say that this is only supported on 3.8 and up.

@Kodiologist Kodiologist merged commit 2a737d7 into hylang:master Nov 10, 2022
@Kodiologist Kodiologist deleted the zipimport branch May 30, 2023 17:30
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.

Import from zip files
1 participant