]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39007: Add auditing events to functions in winreg (GH-17541)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Dec 2019 19:36:25 +0000 (11:36 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2019 19:36:25 +0000 (11:36 -0800)
commit0ac9aaeb9727aa60bef918b619116a729d3ea56d
tree904c8af5a841cf996a3b147555ae1bd51079fbc6
parentc93d68bbb986ee0879f5627223e0bd2bb91f63dd
bpo-39007: Add auditing events to functions in winreg (GH-17541)

Also allows winreg.CloseKey() to accept same types as other functions.
(cherry picked from commit ee17e3735634c5fe15a43f897707de8011618627)

Co-authored-by: Steve Dower <steve.dower@python.org>
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