Skip to content

Commit 25f9cf4

Browse files
committed
Issue python#27309: Enables proper Windows styles in python[w].exe manifest.
1 parent b22a677 commit 25f9cf4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ Tools/Demos
123123

124124
- Issue #27418: Fixed Tools/importbench/importbench.py.
125125

126+
Windows
127+
-------
128+
129+
- Issue #27309: Enabled proper Windows styles in python[w].exe manifest.
130+
126131

127132
What's New in Python 3.5.2?
128133
===========================

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)