Add a note about #7347.

This commit is contained in:
Brian Curtin 2010-04-22 01:07:36 +00:00
parent 3141a6379b
commit e572c63b10
1 changed files with 3 additions and 0 deletions

View File

@ -1212,6 +1212,9 @@ Tests
- Removed importlib's custom test discovery code and switched to
unittest.TestLoader.discover().
- Issue #7347: winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a
bug in the return value of QueryReflectionKey.
Tools/Demos
-----------