]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH...
authorDong-hee Na <donghee.na92@gmail.com>
Thu, 5 Sep 2019 01:16:39 +0000 (10:16 +0900)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Sep 2019 01:16:39 +0000 (18:16 -0700)
commit8873bff2871078e9f23e6c7d942d3a8edbd0921f
tree4f23d3a6e8560ea2a0eba98a7c015987b2234870
parentb4f6e444b1d8a0c81e331701f2084cd5487502dc
[3.7] bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) (GH-15687)

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

https://bugs.python.org/issue22347

Automerge-Triggered-By: @maxking
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]