diff --git a/Misc/NEWS b/Misc/NEWS index 83d057408c5..c75f4294362 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 -----------