diff options
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-09-10 01:19:51 (GMT) |
---|---|---|
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | 2016-09-10 01:19:51 (GMT) |
commit | 3b822d6c89ac6dffe5304adf0ce77c2d42406338 (patch) | |
tree | 9611fd543334e146032283448ecff2610ebd985a /Misc | |
parent | 50a903de4cc050d0d4d3a02ab13036421909e4cf (diff) | |
parent | 28325749c01815097aa2bc06508004a1f894c279 (diff) | |
download | cpython-3b822d6c89ac6dffe5304adf0ce77c2d42406338.zip cpython-3b822d6c89ac6dffe5304adf0ce77c2d42406338.tar.gz cpython-3b822d6c89ac6dffe5304adf0ce77c2d42406338.tar.bz2 |
Issue #25969: Update the lib2to3 grammar to handle the unpacking
generalizations added in 3.5.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,6 +127,9 @@ Core and Builtins 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 |