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 ammar2
Recipients ammar2, toonn, xtreak
Date 2019-11-01.02:38:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572575922.25.0.26979538525.issue38656@roundup.psfhosted.org>
In-reply-to
Content
This is what I get on master, will try 3.7.5+ as noted in the Github issue:


Python 3.9.0a0 (heads/noopt-dirty:f3b170812d, Oct  1 2019, 20:15:53) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import mimetypes
>>> print(mimetypes.guess_type('E01.mkv'))
('video/x-matroska', None)
History
Date User Action Args
2019-11-01 02:38:42ammar2setrecipients: + ammar2, xtreak, toonn
2019-11-01 02:38:42ammar2setmessageid: <1572575922.25.0.26979538525.issue38656@roundup.psfhosted.org>
2019-11-01 02:38:42ammar2linkissue38656 messages
2019-11-01 02:38:41ammar2create