Closes #26874: Merge with 3.5

This commit is contained in:
Zachary Ware 2016-04-28 14:25:32 -05:00
commit 54559b6511

View file

@ -796,7 +796,7 @@ divmod as builtin_divmod
y: object
/
Return the tuple ((x-x%y)/y, x%y). Invariant: div*y + mod == x.
Return the tuple ((x-x%y)//y, x%y). Invariant: div*y + mod == x.
[clinic start generated code]*/
static PyObject *