]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39007: Add auditing events to functions in winreg (GH-17541)
authorSteve Dower <steve.dower@python.org>
Mon, 9 Dec 2019 19:18:12 +0000 (11:18 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2019 19:18:12 +0000 (11:18 -0800)
commitee17e3735634c5fe15a43f897707de8011618627
treeb3873444a813a981b82be2a47c26a3545bf6cd00
parentb8cbe74c3498c617f0e73fd0cdc5c07f2c532092
bpo-39007: Add auditing events to functions in winreg (GH-17541)

Also allows winreg.CloseKey() to accept same types as other functions.
Doc/library/winreg.rst
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Windows/2019-12-09-10-40-34.bpo-39007.vtarxo.rst [new file with mode: 0644]
PC/winreg.c