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 paul.moore
Recipients Jim.Jewett, dholth, paul.moore, serhiy.storchaka, steve.dower
Date 2015-02-26.15:30:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424964658.3.0.681336550118.issue23491@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand Steve's comments, the mime type is used by Windows, so application/zip lets Windows know that this filetype is fundamentally a zip file (and so it'll offer to open it with your zip program if you right click, stuff like that).

pxzw - the "w" on the end marks it as a GUI script, to be run by pythonw.exe. The x is a "test mode" thing for development builds of Python. You wouldn't see it in a production build (the production filetypes are pyz and pyzw).
History
Date User Action Args
2015-02-26 15:30:58paul.mooresetrecipients: + paul.moore, dholth, Jim.Jewett, serhiy.storchaka, steve.dower
2015-02-26 15:30:58paul.mooresetmessageid: <1424964658.3.0.681336550118.issue23491@psf.upfronthosting.co.za>
2015-02-26 15:30:58paul.moorelinkissue23491 messages
2015-02-26 15:30:57paul.moorecreate