]> 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:50:01 +0000 (08:50 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 15:50:01 +0000 (08:50 -0700)
commit32ae9ab55f2cd97b5a28d5398c4820d8bc96f30c
tree173c3bdf6258c7cf79205d9c103493defd6f9856
parent64a68c39cb508b016e5a4486ebb4052f6e65fca0
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]