14 Mar
2014
14 Mar
'14
8:27 p.m.
Antoine Pitrou wrote:
On Sat, 15 Mar 2014 12:55:38 +1300 Greg Ewing <greg.ewing@canterbury.ac.nz> wrote:
The definition of @ in the proposal is such that two 1D arrays is interpreted as horizontal @ vertical.
Really? That should be up to the third-party library implementing the @ operator for its types,
It is. It's described as "recommended semantics" in the PEP, not something defined by the language. -- Greg