From: Brian Curtin Date: Thu, 22 Apr 2010 01:52:50 +0000 (+0000) Subject: #7347 entry got entered in the wrong spot. X-Git-Tag: v3.2a1~1053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4e8ca1037338dd0276943cbdd69c4ef270f58d0;p=python #7347 entry got entered in the wrong spot. --- diff --git a/Misc/NEWS b/Misc/NEWS index c75f429436..fffe64f1a9 100644 --- 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 -----------