]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding...
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Mon, 29 Jun 2020 08:36:48 +0000 (14:06 +0530)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 08:36:48 +0000 (11:36 +0300)
commit7f569c9bc0079906012b3034d30fe8abc742e7fc
tree092de759fa960b01e0d153268a835ec0e25dbfcc
parente4f1fe6edb216e04da03ae80b462ca273f00255b
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
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]