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 brian.curtin
Recipients brian.curtin
Date 2009-11-18.17:48:11
SpamBayes Score 0.0001372476
Marked as misclassified No
Message-id <1258566495.76.0.636986979508.issue7347@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-11-18 17:48:15brian.curtinsetrecipients: + brian.curtin
2009-11-18 17:48:15brian.curtinsetmessageid: <1258566495.76.0.636986979508.issue7347@psf.upfronthosting.co.za>
2009-11-18 17:48:13brian.curtinlinkissue7347 messages
2009-11-18 17:48:13brian.curtincreate