Message236676
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). |
|
Date |
User |
Action |
Args |
2015-02-26 15:30:58 | paul.moore | set | recipients:
+ paul.moore, dholth, Jim.Jewett, serhiy.storchaka, steve.dower |
2015-02-26 15:30:58 | paul.moore | set | messageid: <1424964658.3.0.681336550118.issue23491@psf.upfronthosting.co.za> |
2015-02-26 15:30:58 | paul.moore | link | issue23491 messages |
2015-02-26 15:30:57 | paul.moore | create | |
|