diff options
author | Brian Curtin <brian.curtin@gmail.com> | 2010-04-02 21:51:37 (GMT) |
---|---|---|
committer | Brian Curtin <brian.curtin@gmail.com> | 2010-04-02 21:51:37 (GMT) |
commit | 19479fa4375c4ba7166e66f2cdb73ff570cdbb56 (patch) | |
tree | 7c9cd08744283184924e6f4a72b62dff2ad7223d | |
parent | 7999deafc85ba768ec94b175d5a6942e9378e645 (diff) | |
download | cpython-19479fa4375c4ba7166e66f2cdb73ff570cdbb56.zip cpython-19479fa4375c4ba7166e66f2cdb73ff570cdbb56.tar.gz cpython-19479fa4375c4ba7166e66f2cdb73ff570cdbb56.tar.bz2 |
Add a line about #7347 to Misc\News
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -164,6 +164,9 @@ Extension Modules and the set of integer codes for which it was used differed between native packing and standard packing.) +- Issue #7347: _winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a + bug in the return value of QueryReflectionKey. + Tools/Demos ----------- |