]> granicus.if.org Git - python/commit
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
authorZackery Spytz <zspytz@gmail.com>
Mon, 9 Sep 2019 09:26:15 +0000 (03:26 -0600)
committerSteve Dower <steve.dower@python.org>
Mon, 9 Sep 2019 09:26:15 +0000 (02:26 -0700)
commite223ba13d8d871ee58570dfca4e82a591189cc2f
treecbdf0f05e6761391815d3522755980f169872250
parenta6563650c835d50f7302971a5b145e94f9d0dc68
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)

* bpo-32587: Make winreg.REG_MULTI_SZ support PendingFileRenameOperations

* Address review comments.
Lib/test/test_winreg.py
Misc/NEWS.d/next/Windows/2019-05-10-15-25-44.bpo-32587.-0g2O3.rst [new file with mode: 0644]
PC/winreg.c