-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Clean up importlib for Python 3.4 #59846
Comments
importlib.abc.PyLoader and importlib.abc.PyPycLoader were both deprecated in 3.2 and slated for removal in Python 3.4. There is also some os2 stuff in importlib._bootstrap which can go as PEP-11 has os2 support slated for removal in Python 3.4. |
What's about Finder? |
Finder is only documented as deprecated; actually making it work with a reasonable warning is too much of a pain for such little gain. So it can just stay in as there is no maintenance burden. |
Deleted code, docs, tests, and tests related stuff (like mocks). Test passes. |
Thanks for the patch, Taras! It looks good and I will apply it when I have time (or some other core dev beats me to it). |
New changeset 48228fb874c1 by Andrew Svetlov in branch 'default': |
Thanks, Taras. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: