[issue45253] mimetypes cannot detect mime of mka files

2021-10-11 Thread Andrei Kulakov
Change by Andrei Kulakov : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45253] mimetypes cannot detect mime of mka files

2021-10-11 Thread Andrei Kulakov
Change by Andrei Kulakov : -- nosy: +kj ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45253] mimetypes cannot detect mime of mka files

2021-10-11 Thread Andrei Kulakov
Andrei Kulakov 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

[issue45253] mimetypes cannot detect mime of mka files

2021-09-21 Thread Manuj Chandra
New submission from Manuj Chandra : The mimetypes library cannot detect mime of mka files. It returns None instead of audio. mp3 and mkv are working. Only mka is not working. -- components: Library (Lib) files: Screenshot from 2021-09-21 13-10-33.png messages: 402290 nosy: