diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-05-24 22:42:04 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-05-24 22:42:04 (GMT) |
commit | 80ac11d01e2ede7116e03f195ed254c0fde543fa (patch) | |
tree | cf97f6863fe3769cee69ded7100eb1c5bad5e7e0 /Misc | |
parent | b0f80b0312a99ca46323efc0e4d09b567553ed46 (diff) | |
download | cpython-80ac11d01e2ede7116e03f195ed254c0fde543fa.zip cpython-80ac11d01e2ede7116e03f195ed254c0fde543fa.tar.gz cpython-80ac11d01e2ede7116e03f195ed254c0fde543fa.tar.bz2 |
Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Core and Builtins Library ------- +- Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. + - Issue #26741: subprocess.Popen destructor now emits a ResourceWarning warning if the child process is still running. |