[Python-checkins] r80335 - python/branches/py3k/Misc/NEWS

brian.curtin python-checkins at python.org
Thu Apr 22 03:52:51 CEST 2010


Author: brian.curtin
Date: Thu Apr 22 03:52:50 2010
New Revision: 80335

Log:
#7347 entry got entered in the wrong spot.


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Thu Apr 22 03:52:50 2010
@@ -1029,6 +1029,9 @@
 
 - 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 @@
 - 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
 -----------
 


More information about the Python-checkins mailing list