[Python-ideas] Re: A modulo operator consistent with euclidean division.

2022-03-20 Thread Om Joshi
Has anyone in this thread linked this blog post yet? http://python-history.blogspot.com/2010/08/why-pythons-integer-division-floors.html Much is a rehash of this thread but for completeness it might be useful to read Guido van Rossum's thoughts and the subsequent discussion in the comments sect

[Python-ideas] Re: A modulo operator consistent with euclidean division.

2022-03-20 Thread Soni L.
We feel like this may make sense to bring up, too: https://rust-lang.github.io/rfcs/2169-euclidean-modulo.html On 2022-03-20 04:06, Om Joshi wrote: > Has anyone in this thread linked this blog post yet? > > http://python-history.blogspot.com/2010/08/why-pythons-integer-division-floors.html > > Mu