diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------- |