◐ Shell
clean mode source ↗

Issue 2781: Tiny patch to _winreg docs

Issue2781

Created on 2008-05-07 14:35 by tim.golden, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_winreg.patch tim.golden, 2008-05-07 14:35 Patch to doc\library\_winreg.rst
Messages (2)
msg66359 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2008-05-07 14:35
The docs for _winreg refer to RegLoadKey, which is the underlying API.
The function is actually exposed as LoadKey. Patch attached.
msg66455 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-09 06:10
Thanks, fixed in r62928.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47030
2008-05-09 06:10:54georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg66455
2008-05-07 14:35:11tim.goldencreate