]> granicus.if.org Git - python/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:32:52 +0000 (18:32 -0700)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 10 Sep 2016 01:32:52 +0000 (18:32 -0700)
commit88c00132ccdced2645e78e0059eab93590adecbd
tree1937380aa865af5e051d855716b34622dd170b89
parent019a2e225b168de0c72ab3aad895c83aa79ab2d9
Issue #25969: Update the lib2to3 grammar to handle the unpacking
generalizations added in 3.5.
Lib/lib2to3/Grammar.txt
Lib/lib2to3/fixes/fix_apply.py
Lib/lib2to3/fixes/fix_intern.py
Lib/lib2to3/tests/test_fixers.py
Lib/lib2to3/tests/test_parser.py
Misc/NEWS