]> granicus.if.org Git - python/commitdiff
#7347 entry got entered in the wrong spot.
authorBrian Curtin <brian.curtin@gmail.com>
Thu, 22 Apr 2010 01:52:50 +0000 (01:52 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Thu, 22 Apr 2010 01:52:50 +0000 (01:52 +0000)
Misc/NEWS

index c75f429436234868d72276a0967a4b0ed3c9e1bd..fffe64f1a9b2d81bf54961ee867d9f68c9a50b97 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1029,6 +1029,9 @@ Extension Modules
 
 - Build the ossaudio extension on GNU/kFreeBSD.
 
+- Issue #7347: winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a
+  bug in the return value of QueryReflectionKey.
+
 Build
 -----
 
@@ -1212,9 +1215,6 @@ 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
 -----------