mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
add matrix multiplication operator support to 2to3
This commit is contained in:
parent
0134a35bac
commit
4ab92c800a
6 changed files with 19 additions and 9 deletions
|
@ -149,6 +149,7 @@ opmap_raw = """
|
|||
{ LBRACE
|
||||
} RBRACE
|
||||
@ AT
|
||||
@= ATEQUAL
|
||||
== EQEQUAL
|
||||
!= NOTEQUAL
|
||||
<> NOTEQUAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue