]> granicus.if.org Git - python/commit
Fix #2810 - handle the case where some registry calls return
authorBrian Curtin <brian.curtin@gmail.com>
Tue, 25 May 2010 15:06:15 +0000 (15:06 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Tue, 25 May 2010 15:06:15 +0000 (15:06 +0000)
commitb64c89bd7abf05baad517b50cef7bc7de7b4eb74
treeb6d6545bede935d810aa83e26f67845cfba48f15
parent264acad721612174c3424946786ac32ca9b9318d
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