Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b646790

Browse files
committed
Issue #27309: Enables proper Windows styles in python[w].exe manifest.
2 parents 262dc1e + 25f9cf4 commit b646790

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Tests
3939
- Issue #27369: In test_pyexpat, avoid testing an error message detail that
4040
changed in Expat 2.2.0.
4141

42+
Windows
43+
-------
44+
45+
- Issue #27309: Enables proper Windows styles in python[w].exe manifest.
4246

4347
What's New in Python 3.6.0 alpha 3
4448
==================================

PC/python.manifest

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@
1616
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
1717
</application>
1818
</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>
1925
</assembly>

0 commit comments

Comments
 (0)