summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83d0574..c75f429 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1212,6 +1212,9 @@ Tests
- Removed importlib's custom test discovery code and switched to
unittest.TestLoader.discover().
+- Issue #7347: winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a
+ bug in the return value of QueryReflectionKey.
+
Tools/Demos
-----------