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