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