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 dholth, paul.moore, serhiy.storchaka, steve.dower
Date 2015-02-23.18:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424716096.9.0.221879430271.issue23491@psf.upfronthosting.co.za>
In-reply-to
Content
It's this line:

    <Extension Id="$(var.ArchiveFileExtension)w" ContentType="application/x-zip-compressed">

$(var.ArchiveFileExtension) expands to "pyz" or "pxz" depending on the build options, and the literal w makes it pyzw or pxzw.
History
Date User Action Args
2015-02-23 18:28:16steve.dowersetrecipients: + steve.dower, paul.moore, dholth, serhiy.storchaka
2015-02-23 18:28:16steve.dowersetmessageid: <1424716096.9.0.221879430271.issue23491@psf.upfronthosting.co.za>
2015-02-23 18:28:16steve.dowerlinkissue23491 messages
2015-02-23 18:28:16steve.dowercreate