]> 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:18:52 +0000 (18:18 -0700)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sat, 10 Sep 2016 01:18:52 +0000 (18:18 -0700)
commit28325749c01815097aa2bc06508004a1f894c279
tree83219772233a4f8b3d8db1df9bfb6b573fe39bfe
parentdbdf029a5575f6e6ec0140260236963ed7d2c2be
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/fixes/fix_reload.py
Lib/lib2to3/tests/test_fixers.py
Lib/lib2to3/tests/test_parser.py
Misc/NEWS