% is not an operator [was Re: Verbose and flexible args and kwargs syntax]

Chris Angelico rosuav at gmail.com
Wed Dec 14 06:53:38 EST 2011


On Wed, Dec 14, 2011 at 10:47 PM, rusi <rustompmody at gmail.com> wrote:
> `quot` is integer division truncated toward zero, while the result of
> `div` is truncated toward negative infinity.

All these problems just because of negative numbers. They ought never
to have been invented.

At least nobody rounds toward positive infinity... oh wait, that's legal too.

ChrisA



More information about the Python-list mailing list