Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22a677 commit 25f9cf4Copy full SHA for 25f9cf4
2 files changed
Misc/NEWS
@@ -123,6 +123,11 @@ Tools/Demos
123
124
- Issue #27418: Fixed Tools/importbench/importbench.py.
125
126
+Windows
127
+-------
128
+
129
+- Issue #27309: Enabled proper Windows styles in python[w].exe manifest.
130
131
132
What's New in Python 3.5.2?
133
===========================
PC/python.manifest
@@ -16,4 +16,10 @@
16
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
17
</application>
18
</compatibility>
19
+ <dependency>
20
+ <dependentAssembly>
21
+ <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
22
+ version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
23
+ </dependentAssembly>
24
+ </dependency>
25
</assembly>
0 commit comments