Skip to content

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

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

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants