[issue10596] modulo operator bug

Сергей Хлутчин report at bugs.python.org
Wed Dec 1 14:10:05 CET 2010


Сергей Хлутчин <sercxjo at gmail.com> added the comment:

>From the documetation:
The modulo operator always yields a result with the same sign as its second operand (or zero); the absolute value of the result is strictly smaller than the absolute value of the second operand.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10596>
_______________________________________


More information about the Python-bugs-list mailing list