New submission from Saber Hayati <saberhay...@gmail.com>:

Code:
import mimetypes
print(mimetypes.guess_extension('video/x-matroska'))
# return '.mpv' instead of '.mkv'

Python 3.8.3 on Linux

----------
components: 2to3 (2.x to 3.x conversion tool)
messages: 373402
nosy: Saber Hayati
priority: normal
severity: normal
status: open
title: mimetypes.guess_extension('video/x-matroska') return wrong value
type: behavior
versions: Python 3.8

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

Reply via email to