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 _savage
Recipients _savage, corona10, xtreak
Date 2020-08-21.00:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597971445.96.0.940465036235.issue37943@roundup.psfhosted.org>
In-reply-to
Content
This is still not working: tried it on Python 3.8.5 and Python 3.7.8.

>>> import mimetypes
>>> mimetypes.guess_extension('image/jpg')
>>> mimetypes.guess_extension('image/jpeg')
'.jpg'

Both should return the same value; I expected the mimetype 'image/jpg' to return extension '.jpg' because that mimetype is used a lot.
History
Date User Action Args
2020-08-21 00:57:26_savagesetrecipients: + _savage, corona10, xtreak
2020-08-21 00:57:25_savagesetmessageid: <1597971445.96.0.940465036235.issue37943@roundup.psfhosted.org>
2020-08-21 00:57:25_savagelinkissue37943 messages
2020-08-21 00:57:25_savagecreate