From: Steve Dower Date: Sat, 17 Dec 2016 21:31:58 +0000 (-0800) Subject: Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) X-Git-Tag: v3.7.0a1~1724 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbc587742719492168d250f3dcd53d82defaa0a9;p=thirdparty%2FPython%2Fcpython.git Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) --- bbc587742719492168d250f3dcd53d82defaa0a9 diff --cc Misc/NEWS index 718a5d5dad6e,4a39f065a91a..cf5acfe1dc43 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -497,10 -632,6 +497,12 @@@ Librar Windows ------- ++- Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) ++ +- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default + +- Issue #28522: Fixes mishandled buffer reallocation in getpathp.c + - Issue #28402: Adds signed catalog files for stdlib on Windows. - Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by