Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
bpo-41048: mimetypes should read the rule file using UTF-8, not the l…
…ocale encoding (GH-20998)
- Loading branch information
Showing
with
16 additions
and 1 deletion.
There are no files selected for viewing
| @@ -0,0 +1,2 @@ | ||
| :func:`mimetypes.read_mime_types` function reads the rule file using UTF-8 encoding, not the locale encoding. | ||
| Patch by Srinivas Reddy Thatiparthy. |