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 Claudiu.Popa
Recipients Claudiu.Popa
Date 2014-05-17.17:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400346760.52.0.0203244636304.issue21518@psf.upfronthosting.co.za>
In-reply-to
Content
Hello. While working on issue8579, I noticed that there is no way to detach a key from the registry, loaded with LoadKey function. The attached patch exposes RegUnLoadKeyW as winreg.UnloadKey. Also, this patch adds a new script in the test folder, windows_helper.py, which could be an useful addition for testing Windows specific issues, like acquiring / releasing a privilege.
History
Date User Action Args
2014-05-17 17:12:41Claudiu.Popasetrecipients: + Claudiu.Popa
2014-05-17 17:12:40Claudiu.Popasetmessageid: <1400346760.52.0.0203244636304.issue21518@psf.upfronthosting.co.za>
2014-05-17 17:12:40Claudiu.Popalinkissue21518 messages
2014-05-17 17:12:39Claudiu.Popacreate