Andrei Kulakov <andrei....@gmail.com> added the comment:

mkv (matroska) is not registered with IANA here: 
http://www.iana.org/assignments/media-types/media-types.xhtml

Therefore according to the comment in mimetypes.py, it should not be added.

Also note that .mkv is also not in mimetypes.py, so it's being loaded from your 
system's mime types, so if you want .mka to work as well, make sure it's 
registered on your system rather than in Python's mimetypes.py .

I will close this as not a bug, please comment here if you think it should stay 
open.

----------
nosy: +andrei.avk

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45253>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to