diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-19 00:12:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 00:12:02 (GMT) |
commit | 52a7e92e3d38d3d003552db6795deeeee75db2e4 (patch) | |
tree | 37fdeabb7becb17cf478c88270f7f761fef4aab4 /Misc | |
parent | 8c130d7f8114158f5b94749032ec0c17dba96f83 (diff) | |
download | cpython-52a7e92e3d38d3d003552db6795deeeee75db2e4.zip cpython-52a7e92e3d38d3d003552db6795deeeee75db2e4.tar.gz cpython-52a7e92e3d38d3d003552db6795deeeee75db2e4.tar.bz2 |
bpo-29579: Removes readme.txt from the installer. (#160)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -634,6 +634,8 @@ Library Windows ------- +- bpo-29579: Removes readme.txt from the installer. + - Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun) - Issue #28896: Deprecate WindowsRegistryFinder and disable it by default |