Browse Source
bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517)
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).pull/11744/head
committed by
Steve Dower
3 changed files with 46 additions and 12 deletions
-
27Lib/test/test_msilib.py
-
2Misc/NEWS.d/next/Windows/2017-11-24-12-53-54.bpo-1104.1CWSZp.rst
-
29PC/_msi.c
@ -0,0 +1,2 @@ |
|||
Correctly handle string length in ``msilib.SummaryInfo.GetProperty()`` to |
|||
prevent it from truncating the last character. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue