-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs #15522
Conversation
Misc/NEWS.d/next/Library/2019-08-27-01-03-26.bpo-22347._TRpYr.rst
Outdated
Show resolved
Hide resolved
@epicfaace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Thanks alot! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @corona10 , The changes look good to me, except for the import statements (which I don't think needs any changes).
Please make sure to not force-pus after the changes and just add another additional commit. Merging the PR will squash the commits.
It is easier to lookup what changes were made after reviews through the additional commits and it gets lost if you force-push.
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 |
@maxking |
I have made the requested changes; please review again |
Thanks for making the requested changes! @maxking: please review the changes made to this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks good.
Thanks @corona10 !
Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
pythonGH-15522) https://bugs.python.org/issue22347 (cherry picked from commit 87bd207) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
GH-15685 is a backport of this pull request to the 3.8 branch. |
Sorry, @corona10, I could not cleanly backport this to |
GH-15687 is a backport of this pull request to the 3.7 branch. |
GH-15522) https://bugs.python.org/issue22347 (cherry picked from commit 87bd207) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
…of URLs (GH-15522) (GH-15687) https://bugs.python.org/issue22347 (cherry picked from commit 87bd207) https://bugs.python.org/issue22347 Automerge-Triggered-By: @maxking
…oper parsing of URLs (pythonGH-15522)" This reverts commit 87bd207.
…er parsing of URLs (GH-15522)" (GH-16724) This reverts commit 87bd207. https://bugs.python.org/issue38449
…er parsing of URLs (pythonGH-15522)" (pythonGH-16724) This reverts commit 87bd207. https://bugs.python.org/issue38449 (cherry picked from commit 19a3d87) Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
…low oper parsing of URLs (pythonGH-15522)" (pythonGH-16724) This reverts commit 87bd207. https://bugs.python.org/issue38449 (cherry picked from commit 19a3d87) Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
…er parsing of URLs (pythonGH-15522)" (pythonGH-16724) This reverts commit 87bd207. https://bugs.python.org/issue38449
https://bugs.python.org/issue22347
Automerge-Triggered-By: @maxking