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 tumagonx
Recipients tumagonx
Date 2017-06-22.09:33:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498124022.5.0.932969179032.issue30731@psf.upfronthosting.co.za>
In-reply-to
Content
I think there is typo in python default manifest (applies to exe dll and pyd) in official installation.

currently written as:
<trustinfo>
...
</trustInfo>

should be:
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
...
</trustInfo>

notice the lowercase "i" in incorrect manifest
History
Date User Action Args
2017-06-22 09:33:42tumagonxsetrecipients: + tumagonx
2017-06-22 09:33:42tumagonxsetmessageid: <1498124022.5.0.932969179032.issue30731@psf.upfronthosting.co.za>
2017-06-22 09:33:42tumagonxlinkissue30731 messages
2017-06-22 09:33:42tumagonxcreate