]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2020 12:07:31 +0000 (05:07 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 12:07:31 +0000 (05:07 -0700)
commit9e36b6e6c8fc8925c6a5e7b57aff527bc4b862a8
treee414e8367cc3f4e45753a4b0c9812bb5b60f6cee
parent02134dae448c7885c9c07adfc6970f878db33372
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)

(cherry picked from commit 7f569c9bc0079906012b3034d30fe8abc742e7fc)

Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Lib/mimetypes.py
Lib/test/test_mimetypes.py
Misc/ACKS
Misc/NEWS.d/next/Library/2020-06-20-10-16-57.bpo-41048.hEXB-B.rst [new file with mode: 0644]