From: Brian Curtin Date: Thu, 22 Apr 2010 01:07:36 +0000 (+0000) Subject: Add a note about #7347. X-Git-Tag: v3.2a1~1055 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e572c63b10187aa1da4873a80580c3130832bf43;p=python Add a note about #7347. --- diff --git a/Misc/NEWS b/Misc/NEWS index 83d057408c..c75f429436 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 -----------