]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25969: Update the lib2to3 grammar to handle the unpacking
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 10 Sep 2016 01:19:51 +0000 (18:19 -0700)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 10 Sep 2016 01:19:51 +0000 (18:19 -0700)
commit3b822d6c89ac6dffe5304adf0ce77c2d42406338
tree9611fd543334e146032283448ecff2610ebd985a
parent50a903de4cc050d0d4d3a02ab13036421909e4cf
parent28325749c01815097aa2bc06508004a1f894c279
Issue #25969: Update the lib2to3 grammar to handle the unpacking
generalizations added in 3.5.
Lib/lib2to3/Grammar.txt
Lib/lib2to3/tests/test_fixers.py
Lib/lib2to3/tests/test_parser.py
Misc/NEWS