summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-10 18:53:34 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-10 18:53:34 (GMT)
commit81994006f5951f9d9093b11543fda57af3494442 (patch)
treede0fd0d30132f614c9c7f509cc9df464367ab6aa /Misc
parent473e0e4dbae1e84d0c7a6732e839200532e168cc (diff)
parentf028d9f71a5367df6062388166ebddfa2fe4e5e1 (diff)
downloadcpython-81994006f5951f9d9093b11543fda57af3494442.zip
cpython-81994006f5951f9d9093b11543fda57af3494442.tar.gz
cpython-81994006f5951f9d9093b11543fda57af3494442.tar.bz2
Merge from 3.5
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 27a3d8f..b0db3a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -156,8 +156,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.