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, stutzbach
Date 2009-11-04.22:27:13
SpamBayes Score 1.1290473e-08
Marked as misclassified No
Message-id <1257373635.73.0.380504512978.issue5774@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch against trunk r76107 which fixes OpenKey to take
keyword arguments as the documentation states. There is also a small fix
to test_winreg - the third param to OpenKey on line 45 is the `res`
positional param, which should always be zero according to the doc. The
parameter passed is supposed to be the `sam` parameter, which is now
passed as a kwarg. There is no actual change to the test results.


While looking at this, I'm not sure I see the need for OpenKeyEx - it
just points to OpenKey. At the very least, it's parameter list in the
documentation is incorrect.
History
Date User Action Args
2009-11-04 22:27:16brian.curtinsetrecipients: + brian.curtin, stutzbach
2009-11-04 22:27:15brian.curtinsetmessageid: <1257373635.73.0.380504512978.issue5774@psf.upfronthosting.co.za>
2009-11-04 22:27:14brian.curtinlinkissue5774 messages
2009-11-04 22:27:13brian.curtincreate