diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 01:01:25 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 01:01:25 (GMT) |
commit | 6a294a54dea96c3ee4b1b78e2b27de5e2324bb49 (patch) | |
tree | 8e45b483a435caa0bf88f95714defcaef1201a84 /Misc | |
parent | 8dcc48ee3b6447cd63038e63ee11de36f6d85a68 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |