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.
1 parent b300c66 commit d372cdaCopy full SHA for d372cda
Misc/NEWS
@@ -160,6 +160,8 @@ Library
160
Windows
161
-------
162
163
+- bpo-29579: Removes readme.txt from the installer
164
+
165
- Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
166
167
- Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Tools/msi/exe/exe_files.wxs
@@ -8,9 +8,6 @@
8
<Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*">
9
<File Name="NEWS.txt" Source="!(bindpath.src)Misc\NEWS" KeyPath="yes" />
10
</Component>
11
- <Component Id="README.txt" Directory="InstallDirectory" Guid="*">
12
- <File Name="README.txt" Source="!(bindpath.src)README" KeyPath="yes" />
13
- </Component>
14
</ComponentGroup>
15
</Fragment>
16
0 commit comments