bpo-36948: Fix NameError in urllib.request.URLopener.retrieve#13389
bpo-36948: Fix NameError in urllib.request.URLopener.retrieve#13389berkerpeksag merged 9 commits into
Conversation
isidentical
left a comment
There was a problem hiding this comment.
Do this PR needs a news entry?
Sorry, something went wrong.
@isidentical I have added one already at https://github.com/python/cpython/pull/13389/files#diff-1f45e92fbc7f2721e27165810e333552 |
Sorry, something went wrong.
|
I'm just asking, i dont think this is a change that requires a news entry. |
Sorry, something went wrong.
This is a user impacting bug where even though the function was deprecated it's now causing |
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
…directory. See if used by other process error is fixed with this in Windows.
|
I have resorted to using I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @berkerpeksag: please review the changes made to this pull request. |
Sorry, something went wrong.
|
Thanks @tirkarthi for the PR, and @berkerpeksag for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, something went wrong.
|
Thanks @berkerpeksag for the review. This is a 3.8 only issue so I guess the backport PR to 3.7 can be closed. |
Sorry, something went wrong.
Fix NameError in urllib.request.URLopener.retrieve by using correct imports.
https://bugs.python.org/issue36948