]> granicus.if.org Git - python/commit
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Sep 2019 00:54:59 +0000 (17:54 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 00:54:59 +0000 (17:54 -0700)
commit6d7a786d2e4b48a6b50614e042ace9ff996f0238
tree8512d235190fb4abb08c7d0f640938e97413ddfc
parent29825a33926db63bb73601ba9e76ecd3c6cfa0f6
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522)

https://bugs.python.org/issue22347
(cherry picked from commit 87bd2071c756188b6cd577889fb1682831142ceb)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/mimetypes.py
Lib/test/test_mimetypes.py
Lib/test/test_urllib2.py
Misc/NEWS.d/next/Library/2019-08-27-01-03-26.bpo-22347._TRpYr.rst [new file with mode: 0644]