]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Mar 2022 15:14:19 +0000 (08:14 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 15:14:19 +0000 (08:14 -0700)
commit3c4f24face4cca9256ae79bf6968663a04daf655
treef13cdebaa4fa3ecccffa372d74b75a918da626f1
parent0e4bebad0a099e5f1440edcdd0ce3eae9952bf74
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)

(cherry picked from commit 5dd7ec52b83e7f239774cf7478106fcc7b0a36f3)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/mimetypes.py
Lib/test/test_mimetypes.py
Misc/NEWS.d/next/Library/2021-12-22-12-02-27.bpo-20392.CLAFIp.rst [new file with mode: 0644]