summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-05-26 18:09:32 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-05-26 18:09:32 (GMT)
commit9c9d878b3a65c33a13ebb96221db8578841126f3 (patch)
tree0ce814e563a7781652ed6474411f9dac79c1a021 /Misc
parentf6da42fd5af0954d6d8a4f1cde08a56aca17fafd (diff)
downloadcpython-9c9d878b3a65c33a13ebb96221db8578841126f3.zip
cpython-9c9d878b3a65c33a13ebb96221db8578841126f3.tar.gz
cpython-9c9d878b3a65c33a13ebb96221db8578841126f3.tar.bz2
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 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7a6723..5de0ca3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -211,6 +211,12 @@ Library
- 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
-----