| commit | b7b21f1ea425c304613a6aeb21a60c5ec39209f3 | [log] [tgz] |
|---|---|---|
| author | Brian Curtin <brian.curtin@gmail.com> | Wed May 26 13:24:57 2010 +0000 |
| committer | Brian Curtin <brian.curtin@gmail.com> | Wed May 26 13:24:57 2010 +0000 |
| tree | 93ebac7d1322b45be8a249da73ec0cf776409d7a | |
| parent | c3e40e0454de9c6f3e46f8a6e3409b5975835af9 [diff] |
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 ........