]> 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:41 +0000 (05:07 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 12:07:41 +0000 (05:07 -0700)
commit7731139b7af655b9f5df6d1b5493f8dfdf41d569
tree54720f127940f2f0c02bef2fe86b36159a74e8ba
parent12bb0b69ec237a4d6d666bb385d87eb61dbb2bf5
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]