diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2019-09-05 00:34:35 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-05 00:34:35 (GMT) |
commit | 87bd2071c756188b6cd577889fb1682831142ceb (patch) | |
tree | f611951d4ebbb460748aeb26b8e7af4b67c9ed5f /Misc | |
parent | 6cd9666ce93658ae91f07b396aa6932b362a61d3 (diff) | |
download | cpython-87bd2071c756188b6cd577889fb1682831142ceb.zip cpython-87bd2071c756188b6cd577889fb1682831142ceb.tar.gz cpython-87bd2071c756188b6cd577889fb1682831142ceb.tar.bz2 |
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522)
https://bugs.python.org/issue22347
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-08-27-01-03-26.bpo-22347._TRpYr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-27-01-03-26.bpo-22347._TRpYr.rst b/Misc/NEWS.d/next/Library/2019-08-27-01-03-26.bpo-22347._TRpYr.rst new file mode 100644 index 0000000..1a3c199 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-08-27-01-03-26.bpo-22347._TRpYr.rst @@ -0,0 +1,2 @@ +Update mimetypes.guess_type to allow proper parsing of URLs with only a host name. +Patch by Dong-hee Na. |