This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Saber Hayati
Recipients Saber Hayati
Date 2020-07-09.13:23:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594301014.01.0.923541225883.issue41257@roundup.psfhosted.org>
In-reply-to
Content
Code:
import mimetypes
print(mimetypes.guess_extension('video/x-matroska'))
# return '.mpv' instead of '.mkv'

Python 3.8.3 on Linux
History
Date User Action Args
2020-07-09 13:23:34Saber Hayatisetrecipients: + Saber Hayati
2020-07-09 13:23:34Saber Hayatisetmessageid: <1594301014.01.0.923541225883.issue41257@roundup.psfhosted.org>
2020-07-09 13:23:33Saber Hayatilinkissue41257 messages
2020-07-09 13:23:33Saber Hayaticreate