diff options
author | Brian Curtin <brian.curtin@gmail.com> | 2010-05-26 18:09:32 (GMT) |
---|---|---|
committer | Brian Curtin <brian.curtin@gmail.com> | 2010-05-26 18:09:32 (GMT) |
commit | 9c9d878b3a65c33a13ebb96221db8578841126f3 (patch) | |
tree | 0ce814e563a7781652ed6474411f9dac79c1a021 /Misc | |
parent | f6da42fd5af0954d6d8a4f1cde08a56aca17fafd (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |