]> granicus.if.org Git - python/commit
add matrix multiplication operator support to 2to3
authorBenjamin Peterson <benjamin@python.org>
Thu, 10 Apr 2014 04:12:47 +0000 (00:12 -0400)
committerBenjamin Peterson <benjamin@python.org>
Thu, 10 Apr 2014 04:12:47 +0000 (00:12 -0400)
commit4ab92c800a6f2b75743d4a0b4dfd9995723f3647
treefbd1b149e63d8427f7237fb41dd76ec2a863ef11
parent0134a35bac4310c07c571e8d7378199783fbb388
add matrix multiplication operator support to 2to3
Lib/lib2to3/Grammar.txt
Lib/lib2to3/pgen2/grammar.py
Lib/lib2to3/pgen2/token.py
Lib/lib2to3/pgen2/tokenize.py
Lib/lib2to3/tests/test_parser.py
Misc/NEWS