-
-
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
Move imp.reload() to importlib #62393
Comments
For convenience it should live directly off of importlib and not importlib.util. |
Here's a patch. Changes:
|
Updated patch adressing Brett's comments. |
Answered Berker's questions from the review. At this point Berker just needs to tweak one line in the test and it should then be good to go. |
With Berker's nice use of TestCase.subTest() I think the patch is good to go! I should hopefully get this checked in today or tomorrow. |
New changeset 01da7bf11ca1 by Brett Cannon in branch 'default': |
Thanks for the patch, Berker! |
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: