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.
2 parents 262dc1e + 25f9cf4 commit b646790Copy full SHA for b646790
2 files changed
Misc/NEWS
@@ -39,6 +39,10 @@ Tests
39
- Issue #27369: In test_pyexpat, avoid testing an error message detail that
40
changed in Expat 2.2.0.
41
42
+Windows
43
+-------
44
+
45
+- Issue #27309: Enables proper Windows styles in python[w].exe manifest.
46
47
What's New in Python 3.6.0 alpha 3
48
==================================
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