diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 18:53:34 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 18:53:34 (GMT) |
commit | 81994006f5951f9d9093b11543fda57af3494442 (patch) | |
tree | de0fd0d30132f614c9c7f509cc9df464367ab6aa /Misc | |
parent | 473e0e4dbae1e84d0c7a6732e839200532e168cc (diff) | |
parent | f028d9f71a5367df6062388166ebddfa2fe4e5e1 (diff) | |
download | cpython-81994006f5951f9d9093b11543fda57af3494442.zip cpython-81994006f5951f9d9093b11543fda57af3494442.tar.gz cpython-81994006f5951f9d9093b11543fda57af3494442.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |