[issue7347] Patch - add RegCreateKeyEx to _winreg

2009-11-18 Thread Eric Smith
Changes by Eric Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue7347] Patch - add RegCreateKeyEx to _winreg

2009-11-18 Thread Brian Curtin
Brian Curtin added the comment: Updated patch - c&p mistake in a comment -- Added file: http://bugs.python.org/file15360/winreg_add_createkeyex.patch ___ Python tracker ___ _

[issue7347] Patch - add RegCreateKeyEx to _winreg

2009-11-18 Thread Brian Curtin
Changes by Brian Curtin : Removed file: http://bugs.python.org/file15359/winreg_add_createkeyex.patch ___ Python tracker ___ ___ Python-bugs-li

[issue7347] Patch - add RegCreateKeyEx to _winreg

2009-11-18 Thread Brian Curtin
New submission from Brian Curtin : 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 (lik