]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 2 Feb 2019 17:36:48 +0000 (09:36 -0800)
committerGitHub <noreply@github.com>
Sat, 2 Feb 2019 17:36:48 +0000 (09:36 -0800)
commit56f84117a766d21045349f0217ce740831aef0dc
treec6c00b91e6e8ff7888f547b0ceaf564b510f64f2
parentc851dfc99b28c7335d42abd8250bb77c11ce23c0
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).
(cherry picked from commit 2de576e16d42ce43698d384d0dd46ba6cf165424)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
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