[Python-ideas] Implementing a set of operation (+, /, - *) on dict consistent with linearAlgebrae

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Oct 30 17:30:41 EDT 2018


julien tayon wrote:
> like the + of [] could be the + of "RecordAlgebrae"

If you're proposing to change the behaviour of '+' on the
built-in list type, that's not going to happen.

-- 
Greg


More information about the Python-ideas mailing list