summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-04-22 01:52:50 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-04-22 01:52:50 (GMT)
commitb4e8ca1037338dd0276943cbdd69c4ef270f58d0 (patch)
treeb809cf7ccf6887b2cb0c507e576917bdcf43842f /Misc
parentb6f916d32056eff9373d9ad769d2830d6dc4559b (diff)
downloadcpython-b4e8ca1037338dd0276943cbdd69c4ef270f58d0.zip
cpython-b4e8ca1037338dd0276943cbdd69c4ef270f58d0.tar.gz
cpython-b4e8ca1037338dd0276943cbdd69c4ef270f58d0.tar.bz2
#7347 entry got entered in the wrong spot.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c75f429..fffe64f 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
-----------