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 amaury.forgeotdarc, brian.curtin, stutzbach
Date 2010-08-25.01:55:37
SpamBayes Score 0.0004213229
Marked as misclassified No
Message-id <1282701342.48.0.417640169397.issue8521@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a better patch which, I think, uses better names.

CreateKeyEx, OpenKeyEx, and DeleteKeyEx (x64 only) all take named arguments. key, sub_key, reserved, and access are the names of the arguments. The tests run Create and Open regardless, but use DeleteKey or DeleteKeyEx depending on architecture. I think the docs correctly denote what was changed here.

Adding Amaury since he suggested these name changes on #5774.
History
Date User Action Args
2010-08-25 01:55:42brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, stutzbach
2010-08-25 01:55:42brian.curtinsetmessageid: <1282701342.48.0.417640169397.issue8521@psf.upfronthosting.co.za>
2010-08-25 01:55:40brian.curtinlinkissue8521 messages
2010-08-25 01:55:39brian.curtincreate