]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #2810 - handle the case where some registry calls return
authorBrian Curtin <brian.curtin@gmail.com>
Wed, 26 May 2010 17:43:50 +0000 (17:43 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Wed, 26 May 2010 17:43:50 +0000 (17:43 +0000)
commit60853211da1d3c450b6371ebfaedade04a908f21
tree40a13dba8b91d3256dec9f853cf4fe75a32c9e76
parent5f22e72e6dc5e4fdebd6cd41a7f9692f986ce9d4
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
Lib/test/test_winreg.py
Misc/NEWS
PC/winreg.c