| commit | e572c63b10187aa1da4873a80580c3130832bf43 | [log] [tgz] |
|---|---|---|
| author | Brian Curtin <brian.curtin@gmail.com> | Thu Apr 22 01:07:36 2010 +0000 |
| committer | Brian Curtin <brian.curtin@gmail.com> | Thu Apr 22 01:07:36 2010 +0000 |
| tree | 6239767f613c1f39a703a4484253ef49a8f53ad2 | |
| parent | 3141a6379b6b50202628be3a23b4dc9203fe3534 [diff] [blame] |
Add a note about #7347.
diff --git a/Misc/NEWS b/Misc/NEWS index 83d0574..c75f429 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1212,6 +1212,9 @@ - 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 -----------