Merged revisions 81517 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81517 | brian.curtin | 2010-05-25 10:06:15 -0500 (Tue, 25 May 2010) | 5 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 34a7c85..770a7f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,6 +225,12 @@
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
the locale.
+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
-----