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 steve.dower
Recipients danny87105, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-09-28.20:57:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601326627.71.0.196179009469.issue41738@roundup.psfhosted.org>
In-reply-to
Content
mimetype uses the system database for MIME types, which on Windows is application/x-zip-compressed, so this is by design.

If you have a need to specify a MIME type that does not match the system you're on, you'll need your own logic.
History
Date User Action Args
2020-09-28 20:57:07steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, danny87105
2020-09-28 20:57:07steve.dowersetmessageid: <1601326627.71.0.196179009469.issue41738@roundup.psfhosted.org>
2020-09-28 20:57:07steve.dowerlinkissue41738 messages
2020-09-28 20:57:07steve.dowercreate