summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-10 01:04:26 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-10 01:04:26 (GMT)
commit1588a3b3772bc684b31df24b107e2825bece6cf5 (patch)
tree591aa0451a95c5dcf0f111a06baf0ebf5a71ee16 /Misc
parentb44acebc7bdde44dc1f952a8fa498a155a35e509 (diff)
parent6a294a54dea96c3ee4b1b78e2b27de5e2324bb49 (diff)
downloadcpython-1588a3b3772bc684b31df24b107e2825bece6cf5.zip
cpython-1588a3b3772bc684b31df24b107e2825bece6cf5.tar.gz
cpython-1588a3b3772bc684b31df24b107e2825bece6cf5.tar.bz2
Issue #27932: Fixes memory leak in platform.win32_ver()
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 a6979dc..aece88d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -125,6 +125,8 @@ Core and Builtins
Library
-------
+- Issue #27932: Fixes memory leak in platform.win32_ver()
+
- Issue #14977: mailcap now respects the order of the lines in the mailcap
files ("first match"), as required by RFC 1542. Patch by Michael Lazar.