]> granicus.if.org Git - python/commit
Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.
authorBrian Curtin <brian.curtin@gmail.com>
Fri, 2 Apr 2010 21:18:14 +0000 (21:18 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Fri, 2 Apr 2010 21:18:14 +0000 (21:18 +0000)
commite33fa887d39f026dadd8bcb182725c90f7d51ece
tree1ae119210efb6848b418c3a6d9b9dce8eb8c7df2
parentef253ac84e6fd11770ff78c56015a0e61c991fc4
Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.

*ReflectionKey functions used to not be documented or tested, but they are
now sufficiently documented and tested on platforms where they apply.
Additionally, fixed a bug in QueryReflectionKey which was returning an
incorrect value.

All tests pass from XP through Windows 7, on 32 and 64-bit platforms.
Doc/library/_winreg.rst
Lib/test/test_winreg.py
PC/_winreg.c