Message95434
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. |
|
Date |
User |
Action |
Args |
2009-11-18 17:48:15 | brian.curtin | set | recipients:
+ brian.curtin |
2009-11-18 17:48:15 | brian.curtin | set | messageid: <1258566495.76.0.636986979508.issue7347@psf.upfronthosting.co.za> |
2009-11-18 17:48:13 | brian.curtin | link | issue7347 messages |
2009-11-18 17:48:13 | brian.curtin | create | |
|