summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-18 00:27:48 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-18 00:27:48 (GMT)
commit74f4af7ac304baf8ea1eef95194b89982c3d683d (patch)
treeb806fd0c1a4d859f6ea6473cd8513a58a3729963 /Misc/NEWS
parent13740531279291a9f2f71dd7c7b04ddbcdda3baf (diff)
downloadcpython-74f4af7ac304baf8ea1eef95194b89982c3d683d.zip
cpython-74f4af7ac304baf8ea1eef95194b89982c3d683d.tar.gz
cpython-74f4af7ac304baf8ea1eef95194b89982c3d683d.tar.bz2
Issue #27932: Prevent memory leak in win32_ver().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7fa969..15a7e0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #27932: Prevent memory leak in win32_ver().
+
- Fix UnboundLocalError in socket._sendfile_use_sendfile.
- Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of