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 danny87105
Recipients danny87105, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-09-07.15:45:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599493521.86.0.992768213147.issue41738@roundup.psfhosted.org>
In-reply-to
Content
On Windows, command "python -m mimetypes foo.zip" outputs "type: application/x-zip-compressed encoding: None", while it's "type: application/zip encoding: None" on Linux.

According to the mimetype.py in CPython source code, the MIME type for '.zip' is 'application/zip'. It seems to be overwritten somewhere on Windows.
History
Date User Action Args
2020-09-07 15:45:21danny87105setrecipients: + danny87105, paul.moore, tim.golden, zach.ware, steve.dower
2020-09-07 15:45:21danny87105setmessageid: <1599493521.86.0.992768213147.issue41738@roundup.psfhosted.org>
2020-09-07 15:45:21danny87105linkissue41738 messages
2020-09-07 15:45:21danny87105create