Re: [Python-Dev] PEP 465: A dedicated infix operator for matrix multiplication

2014-04-06 Thread Benjamin Peterson
On Sun, Apr 6, 2014, at 18:41, Nathaniel Smith wrote: > Hi all, > > I've just finished updating PEP 465 with resolutions to the various > issues that were raised during the python-ideas thread about it. (The > main changes since that thread are that @@ has been removed, and we > now definitely pro

[Python-Dev] PEP 465: A dedicated infix operator for matrix multiplication

2014-04-06 Thread Nathaniel Smith
Hi all, I've just finished updating PEP 465 with resolutions to the various issues that were raised during the python-ideas thread about it. (The main changes since that thread are that @@ has been removed, and we now definitely propose that @ have the same precedence and associativity as *.) I b

Re: [Python-Dev] [Python-checkins] cpython (3.3): minor docfix (reported at d...@python.org) trace.py argument is --count not

2014-04-06 Thread Benjamin Peterson
On Sun, Apr 6, 2014, at 11:01, senthil.kumaran wrote: > http://hg.python.org/cpython/rev/b49d990aaa9d > changeset: 90160:b49d990aaa9d > branch: 3.3 > parent: 90130:63e6afd3ff1f > user:Senthil Kumaran > date:Sun Apr 06 10:59:47 2014 -0700 > summary: > minor docfix (rep