[Python-Dev] Integer division transition

Paul Prescod paulp@ActiveState.com
Tue, 07 Nov 2000 12:33:19 -0800


Charles G Waldman wrote:
> 
> ...
> 
> 
> I think that making "div" an infix operator would be setting a
> horrible precedent.  

I think it would be a good precedent because it is a cleaner upgrade
path to things like

matrixdiv, matrixmul, ...

 Paul Prescod