[New-bugs-announce] [issue7347] Patch - add RegCreateKeyEx to _winreg

Brian Curtin report at bugs.python.org
Wed Nov 18 18:48:15 CET 2009


New submission from Brian Curtin <curtin at acm.org>:

The _winreg module could use the addition of the RegCreateKeyEx call, as
evidenced by this thread on c.l.py:
http://mail.python.org/pipermail/python-list/2009-November/614023.html
This expanded API would benefit users trying to create keys with access
masks (like KEY_WOW64_64KEY), which you can't set through _winreg.CreateKey.

The patch includes the change to _winreg.c, along with doc and test
changes. Comments/suggestions appreciated.

----------
components: Extension Modules
files: winreg_add_createkeyex.patch
keywords: patch
messages: 95434
nosy: brian.curtin
severity: normal
status: open
title: Patch - add RegCreateKeyEx to _winreg
type: feature request
versions: Python 2.7
Added file: http://bugs.python.org/file15359/winreg_add_createkeyex.patch

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


More information about the New-bugs-announce mailing list