]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character...
authorTzu-ping Chung <uranusjr@gmail.com>
Sat, 2 Feb 2019 17:13:23 +0000 (01:13 +0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 2 Feb 2019 17:13:23 +0000 (09:13 -0800)
commit2de576e16d42ce43698d384d0dd46ba6cf165424
treefc33745c8372fd578b3dbbdcdb35eec1fff77576
parent05e922136a3286893bd489a8f2ecfa0dba4da368
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517)

Add one char to MsiSummaryInfoGetProperty() output
Based on the patch in bpo-1104 by Anthony Tuininga (atuining) and Mark McMahon (markm).
Lib/test/test_msilib.py
Misc/NEWS.d/next/Windows/2017-11-24-12-53-54.bpo-1104.1CWSZp.rst [new file with mode: 0644]
PC/_msi.c