]> granicus.if.org Git - python/commit
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 24 Nov 2017 15:11:18 +0000 (18:11 +0300)
committerGitHub <noreply@github.com>
Fri, 24 Nov 2017 15:11:18 +0000 (18:11 +0300)
commit19fb134185ce155bc53f517116fca73093ba55e9
treee38accbe5c87a8c93a40ef649e2a07cd9cee79df
parent9e87e7776f7ace66baaf7247233afdabd00c2b44
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)

The previous behavior was to raise an exception

    NotImplementedError: result of type 0

when the value of the property is VT_EMPTY.
Lib/test/test_msilib.py
Misc/NEWS.d/next/Library/2017-11-24-14-07-55.bpo-12239.Nj3A0x.rst [new file with mode: 0644]
PC/_msi.c