diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 18:52:18 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 18:52:18 (GMT) |
commit | f028d9f71a5367df6062388166ebddfa2fe4e5e1 (patch) | |
tree | 18c448f00e8d1ada50f82cb4be38588a2f0f716a /Misc | |
parent | 99e843b48e68818c1c7475e203250e2afa1bd1f1 (diff) | |
download | cpython-f028d9f71a5367df6062388166ebddfa2fe4e5e1.zip cpython-f028d9f71a5367df6062388166ebddfa2fe4e5e1.tar.gz cpython-f028d9f71a5367df6062388166ebddfa2fe4e5e1.tar.bz2 |
Issue #27932: Backs out change
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -71,8 +71,6 @@ Library - Issue #25969: Update the lib2to3 grammar to handle the unpacking generalizations added in 3.5. -- 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. |