]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
authorBrian Curtin <brian.curtin@gmail.com>
Mon, 27 Sep 2010 17:56:36 +0000 (17:56 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Mon, 27 Sep 2010 17:56:36 +0000 (17:56 +0000)
commit1771b54bed1faa2d8216d3d9d76d3f604e93336d
tree361315621eb0736d5a6ab3a34b21e86d3945e619
parent6d7df638370b7298a78af1e55e6cbb36f77b42ec
Implement #8521. Added named argument handling to winreg's CreateKeyEx,
DeleteKeyEx, and OpenKeyEx.

Note that CKE and DKE are new functions for 3.2 so I didn't give them a
versionchanged because of the existing versionadded. OpenKeyEx already
existed so it gets a versionchanged tag.
Doc/library/winreg.rst
Lib/test/test_winreg.py
Misc/NEWS
PC/winreg.c