[issue21518] Expose RegUnLoadKey in winreg

Martin v. Löwis report at bugs.python.org
Fri Mar 13 21:33:44 CET 2015


Martin v. Löwis added the comment:

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.

----------
nosy: +loewis
title: Expose RegUnloadKey in winreg -> Expose RegUnLoadKey in winreg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21518>
_______________________________________


More information about the Python-bugs-list mailing list