File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ Build
147147Windows
148148-------
149149
150+ - Issue #25213: Restores requestedExecutionLevel to manifest to disable
151+ UAC virtualization.
152+
150153- Issue #25022: Removed very outdated PC/example_nt/ directory.
151154
152155What's New in Python 3.5.0 final?
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3+ <trustInfo >
4+ <security >
5+ <requestedPrivileges >
6+ <requestedExecutionLevel level =" asInvoker" uiAccess =" false" />
7+ </requestedPrivileges >
8+ </security >
9+ </trustInfo >
310 <compatibility xmlns =" urn:schemas-microsoft-com:compatibility.v1" >
411 <application >
512 <supportedOS Id =" {e2011457-1546-43c5-a5fe-008deee3d3f0}" />
You can’t perform that action at this time.
0 commit comments