[issue8521] Allow some winreg functions to accept named arguments

2010-09-27 Thread Brian Curtin
Brian Curtin added the comment: Committed in r85033. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue8521] Allow some winreg functions to accept named arguments

2010-08-24 Thread Brian Curtin
Brian Curtin added the comment: 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 Delet