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, enolte, loewis, r.david.murray, stutzbach, techtonik
Date 2010-05-26.14:46:43
SpamBayes Score 0.0003417025
Marked as misclassified No
Message-id <1274885207.89.0.973466375867.issue2810@psf.upfronthosting.co.za>
In-reply-to
Content
test_dynamic_key fails on py3k, but not because of these changes.

RegQueryValueExW doesn't appear to work with NULL for the second parameter (valueName), although it is documented to and the ANSI version on 2.x works fine. The empty string is also documented as an acceptable parameter, so while testing it out, I hardcoded "" in PyQueryValueEx and the calls worked. With NULL, it raises "WindowsError: [Error 87] The parameter is incorrect".

Thoughts? The current py3k patch is attached.
History
Date User Action Args
2010-05-26 14:46:48brian.curtinsetrecipients: + brian.curtin, loewis, techtonik, stutzbach, enolte, r.david.murray
2010-05-26 14:46:47brian.curtinsetmessageid: <1274885207.89.0.973466375867.issue2810@psf.upfronthosting.co.za>
2010-05-26 14:46:46brian.curtinlinkissue2810 messages
2010-05-26 14:46:45brian.curtincreate