summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-10 18:52:18 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-10 18:52:18 (GMT)
commitf028d9f71a5367df6062388166ebddfa2fe4e5e1 (patch)
tree18c448f00e8d1ada50f82cb4be38588a2f0f716a /Misc
parent99e843b48e68818c1c7475e203250e2afa1bd1f1 (diff)
downloadcpython-f028d9f71a5367df6062388166ebddfa2fe4e5e1.zip
cpython-f028d9f71a5367df6062388166ebddfa2fe4e5e1.tar.gz
cpython-f028d9f71a5367df6062388166ebddfa2fe4e5e1.tar.bz2
Issue #27932: Backs out change
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 04c9fab..13b448c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.