]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27309: Enables proper Windows styles in python[w].exe manifest.
authorSteve Dower <steve.dower@microsoft.com>
Mon, 18 Jul 2016 04:39:13 +0000 (21:39 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 18 Jul 2016 04:39:13 +0000 (21:39 -0700)
Misc/NEWS
PC/python.manifest

index ad0eafa70d281c14205a87021220323b78361fca..770f159e2ea7dac37ed77e4c2e4c5bd7f6f76dec 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,11 @@ Tools/Demos
 
 - Issue #27418: Fixed Tools/importbench/importbench.py.
 
+Windows
+-------
+
+- Issue #27309: Enabled proper Windows styles in python[w].exe manifest.
+
 
 What's New in Python 3.5.2?
 ===========================
index 9b7b2f8e5156ff530d813572ed4bbadd4dde9fb5..d6e4bbadb65963a49f628a8eb34dbd6f0484f2be 100644 (file)
       <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
     </application> 
   </compatibility>
+  <dependency>
+    <dependentAssembly>
+      <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
+                        version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
+    </dependentAssembly>
+  </dependency>
 </assembly>
\ No newline at end of file