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

[3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) #117256

Merged
merged 1 commit into from Mar 26, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 26, 2024

Fix parsing of the following corner cases:

  • URLs with only a host name
  • URLs containing a fragment
  • URLs containing a query
  • filenames with only a UNC sharepoint on Windows

(cherry picked from commit 9654daf)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Dong-hee Na donghee.na92@gmail.com

Fix parsing of the following corner cases:

* URLs with only a host name
* URLs containing a fragment
* URLs containing a query
* filenames with only a UNC sharepoint on Windows

(cherry picked from commit 9654daf)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
@miss-islington miss-islington requested a review from a team as a code owner March 26, 2024 11:26
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) March 26, 2024 11:38
@serhiy-storchaka serhiy-storchaka merged commit 36b1a20 into python:3.12 Mar 26, 2024
28 checks passed
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.

None yet

2 participants