This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin, eric.smith, ggenellina
Date 2010-03-20.14:28:51
SpamBayes Score 0.003034933
Marked as misclassified No
Message-id <1269095333.66.0.712011000097.issue7347@psf.upfronthosting.co.za>
In-reply-to
Content
RegDeleteKeyEx will only work on a Windows version of 5.2 or greater (Vista/XP x64), and XP is 5.1, so RegDeleteKeyEx can't be a simple drop-in under the "DeleteKey" name.

CreateKeyEx is different though since it goes as far back as Win2k, and it could be put into CreateKey like you suggest. However, given the way the rest of the module is laid out with *Key and *KeyEx already, it seemed more consistent the way I had written it. I could change this if more people agree with your plan.
History
Date User Action Args
2010-03-20 14:28:53brian.curtinsetrecipients: + brian.curtin, ggenellina, eric.smith
2010-03-20 14:28:53brian.curtinsetmessageid: <1269095333.66.0.712011000097.issue7347@psf.upfronthosting.co.za>
2010-03-20 14:28:52brian.curtinlinkissue7347 messages
2010-03-20 14:28:51brian.curtincreate