From: Brian Curtin Date: Fri, 2 Apr 2010 21:51:37 +0000 (+0000) Subject: Add a line about #7347 to Misc\News X-Git-Tag: v2.7b1~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19479fa4375c4ba7166e66f2cdb73ff570cdbb56;p=thirdparty%2FPython%2Fcpython.git Add a line about #7347 to Misc\News --- diff --git a/Misc/NEWS b/Misc/NEWS index cd6f4abcece3..1c730a49be9b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -164,6 +164,9 @@ Extension Modules and the set of integer codes for which it was used differed between native packing and standard packing.) +- Issue #7347: _winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a + bug in the return value of QueryReflectionKey. + Tools/Demos -----------