mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
bpo-29579: Removes readme.txt from the installer. (#161)
This commit is contained in:
parent
b300c660d3
commit
d372cda5cd
2 changed files with 2 additions and 3 deletions
|
@ -160,6 +160,8 @@ Library
|
||||||
Windows
|
Windows
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- bpo-29579: Removes readme.txt from the installer
|
||||||
|
|
||||||
- Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
|
- Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
|
||||||
|
|
||||||
- Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
|
- Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
|
||||||
|
|
|
@ -8,9 +8,6 @@
|
||||||
<Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*">
|
<Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*">
|
||||||
<File Name="NEWS.txt" Source="!(bindpath.src)Misc\NEWS" KeyPath="yes" />
|
<File Name="NEWS.txt" Source="!(bindpath.src)Misc\NEWS" KeyPath="yes" />
|
||||||
</Component>
|
</Component>
|
||||||
<Component Id="README.txt" Directory="InstallDirectory" Guid="*">
|
|
||||||
<File Name="README.txt" Source="!(bindpath.src)README" KeyPath="yes" />
|
|
||||||
</Component>
|
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue