diff options
author | Brian Curtin <brian.curtin@gmail.com> | 2010-04-22 01:52:50 (GMT) |
---|---|---|
committer | Brian Curtin <brian.curtin@gmail.com> | 2010-04-22 01:52:50 (GMT) |
commit | b4e8ca1037338dd0276943cbdd69c4ef270f58d0 (patch) | |
tree | b809cf7ccf6887b2cb0c507e576917bdcf43842f /Misc | |
parent | b6f916d32056eff9373d9ad769d2830d6dc4559b (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ----------- |