28 Apr
2016
28 Apr
'16
7:10 p.m.
Mark Dickinson added the comment:
I think it should be ((x-x%y)//y, x%y) where an integer division is used.
How about simply (x//y, x%y)? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26874> _______________________________________