]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 15 Mar 2022 13:25:43 +0000 (18:55 +0530)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 13:25:43 +0000 (15:25 +0200)
commit5dd7ec52b83e7f239774cf7478106fcc7b0a36f3
treed2e63b16267705390960ba93c896a51d416f0c98
parent22403d3a814ae2fd7e531479396959d639b98559
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
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]