Merged revisions 81547 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r81547 | brian.curtin | 2010-05-26 12:43:50 -0500 (Wed, 26 May 2010) | 6 lines

  Fix #2810 - handle the case where some registry calls return
  ERROR_MORE_DATA, requiring another call to get the remaining data.

  Patch by Daniel Stutzbach
........
diff --git a/Misc/NEWS b/Misc/NEWS
index a7a6723..5de0ca3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -211,6 +211,12 @@
 
 - Issue #6716/2: Backslash-replace error output in compilall.
 
+Extension Modules
+-----------------
+
+- Issue #2810: Fix cases where the Windows registry API returns
+  ERROR_MORE_DATA, requiring a re-try in order to get the complete result.
+
 Build
 -----