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 loewis
Recipients Claudiu.Popa, eryksun, loewis, steve.dower, tim.golden, zach.ware
Date 2015-03-13.20:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426278824.15.0.998313345297.issue21518@psf.upfronthosting.co.za>
In-reply-to
Content
The naming of the function needs discussion. I think it should be UnLoadKey, as the API function behind it is RegUnLoadKey (not RegUnloadKey). It may be illogical(*) that the function is called that way in the API, but it would add confusion if Python called it differently.

(*) It's UnlockFile that pairs LockFile, and UnmapViewOfFile that matches MapViewOfFile. OTOH, (undocumented) UTRegister is paired with UTUnRegister, and GlobalWire with GlobalUnWire.
History
Date User Action Args
2015-03-13 20:33:44loewissetrecipients: + loewis, tim.golden, Claudiu.Popa, zach.ware, eryksun, steve.dower
2015-03-13 20:33:44loewissetmessageid: <1426278824.15.0.998313345297.issue21518@psf.upfronthosting.co.za>
2015-03-13 20:33:44loewislinkissue21518 messages
2015-03-13 20:33:43loewiscreate