]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one characte...
authorTzu-ping Chung <uranusjr@gmail.com>
Tue, 19 Feb 2019 03:06:10 +0000 (11:06 +0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Feb 2019 03:06:10 +0000 (19:06 -0800)
commitd5409eb6c26c6bca2686762ce0fd5223bb845e8a
treebd369e7d5c215be0a88f83fac6b69926783467e7
parent49778ada0ea6b7d83f49a2a758fd6716a632dbca
[2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) (GH-11749)

Add one char to MsiSummaryInfoGetProperty() output
Based on the patch in [bpo-1104](https://bugs.python.org/issue1104) by Anthony Tuininga (atuining) and Mark McMahon (markm)
(cherry picked from commit 2de576e16d42ce43698d384d0dd46ba6cf165424)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
https://bugs.python.org/issue1104
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