]> granicus.if.org Git - python/commit
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2019 10:11:00 +0000 (03:11 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 10:11:00 +0000 (03:11 -0700)
commitebca7eb093f31052ff9f245b306d38941c28a1ad
tree6fd05545e4e427925b98f7bc3e89173f00c4003f
parent14f7de72b62ec8e73a8a57b25ad8fef230dc6a3c
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239)

* bpo-32587: Make winreg.REG_MULTI_SZ support PendingFileRenameOperations

* Address review comments.
(cherry picked from commit e223ba13d8d871ee58570dfca4e82a591189cc2f)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
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