]> granicus.if.org Git - python/commitdiff
Add a note about #7347.
authorBrian Curtin <brian.curtin@gmail.com>
Thu, 22 Apr 2010 01:07:36 +0000 (01:07 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Thu, 22 Apr 2010 01:07:36 +0000 (01:07 +0000)
Misc/NEWS

index 83d057408c539f293339f2bedec951cc50cfd998..c75f429436234868d72276a0967a4b0ed3c9e1bd 100644 (file)
--- 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
 -----------