Skip to content

bpo-30731: python.manifest fix #2328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 13, 2017
Merged

Conversation

segevfiner
Copy link
Contributor

I'm not seeing the typo mentioned in the issue (PC/python.manifest:3) but the xmlns is missing so I added it. Also trimmed some trailing whitespace because really...

For reference, here is a manifest generated by default on stuff built with VS2015:

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>

Documentation on this seems surprisingly poor on MSDN. Or maybe I just failed to find it...

@mention-bot
Copy link

@segevfiner, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zooba to be a potential reviewer.

@zooba
Copy link
Member

zooba commented Jul 13, 2017

I want to merge this, but now it has a bug it needs a NEWS.d entry. Can you add one?

@zooba zooba merged commit c40ad03 into python:master Jul 13, 2017
@zooba
Copy link
Member

zooba commented Jul 13, 2017

Thanks!

zooba pushed a commit to zooba/cpython that referenced this pull request Jul 13, 2017
bpo-30731: python.manifest fix
zooba added a commit that referenced this pull request Jul 13, 2017
@segevfiner segevfiner deleted the bpo-30731-manifest branch July 14, 2017 09:39
@AraHaan
Copy link
Contributor

AraHaan commented Nov 30, 2024

Sorry to necro this PR but I feel like having comments for the versions of windows on each entry on the compatibility section is needed and so I will do a followup PR to add it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants