summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-12-09 19:18:12 (GMT)
committerGitHub <noreply@github.com>2019-12-09 19:18:12 (GMT)
commitee17e3735634c5fe15a43f897707de8011618627 (patch)
treeb3873444a813a981b82be2a47c26a3545bf6cd00 /Misc
parentb8cbe74c3498c617f0e73fd0cdc5c07f2c532092 (diff)
downloadcpython-ee17e3735634c5fe15a43f897707de8011618627.zip
cpython-ee17e3735634c5fe15a43f897707de8011618627.tar.gz
cpython-ee17e3735634c5fe15a43f897707de8011618627.tar.bz2
bpo-39007: Add auditing events to functions in winreg (GH-17541)
Also allows winreg.CloseKey() to accept same types as other functions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-12-09-10-40-34.bpo-39007.vtarxo.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-12-09-10-40-34.bpo-39007.vtarxo.rst b/Misc/NEWS.d/next/Windows/2019-12-09-10-40-34.bpo-39007.vtarxo.rst
new file mode 100644
index 0000000..f2f72f9
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-12-09-10-40-34.bpo-39007.vtarxo.rst
@@ -0,0 +1 @@
+Add auditing events to functions in :mod:`winreg`.