summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-02-22 22:44:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-02-22 22:44:20 (GMT)
commit1db0eacf3e12b97b6f56a6c6096203c07bdd475d (patch)
tree73534a3d0e897b2c2d6f07fdee5ba0da0ce26bdb /Misc
parent98681d4ac1d3cdf7b60712d8e03445e93ee2b257 (diff)
downloadcpython-1db0eacf3e12b97b6f56a6c6096203c07bdd475d.zip
cpython-1db0eacf3e12b97b6f56a6c6096203c07bdd475d.tar.gz
cpython-1db0eacf3e12b97b6f56a6c6096203c07bdd475d.tar.bz2
Issue #20641: Run custom actions with the NoImpersonate flag to support UAC.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4eaca12..306a8d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,9 @@ Tests
Build
-----
+- Issue #20641: Run MSI custom actions (pip installation, pyc compilation)
+ with the NoImpersonate flag, to support elevated execution (UAC).
+
- Issue #20221: Removed conflicting (or circular) hypot definition when
compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.