[issue21176] Implement matrix multiplication operator (PEP 465)

Benjamin Peterson report at bugs.python.org
Tue Apr 8 06:32:03 CEST 2014


Benjamin Peterson added the comment:

Here's a first patch. It works, but needs more tests (associativity, precedence, __rmatmul__, etc...) and also docs. I can work on that tomorrow.

----------
keywords: +patch
nosy: +benjamin.peterson
Added file: http://bugs.python.org/file34754/mat-mult1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21176>
_______________________________________


More information about the Python-bugs-list mailing list