summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-05-24 22:42:04 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-05-24 22:42:04 (GMT)
commit80ac11d01e2ede7116e03f195ed254c0fde543fa (patch)
treecf97f6863fe3769cee69ded7100eb1c5bad5e7e0 /Misc
parentb0f80b0312a99ca46323efc0e4d09b567553ed46 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d044bef..a76c5a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.