summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-10 01:01:25 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-10 01:01:25 (GMT)
commit6a294a54dea96c3ee4b1b78e2b27de5e2324bb49 (patch)
tree8e45b483a435caa0bf88f95714defcaef1201a84 /Misc
parent8dcc48ee3b6447cd63038e63ee11de36f6d85a68 (diff)
downloadcpython-6a294a54dea96c3ee4b1b78e2b27de5e2324bb49.zip
cpython-6a294a54dea96c3ee4b1b78e2b27de5e2324bb49.tar.gz
cpython-6a294a54dea96c3ee4b1b78e2b27de5e2324bb49.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 c1420e1..fcc27ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,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.