PEP 303: Extend divmod() for Multiple Divisors

"Martin v. Löwis" martin at v.loewis.de
Tue Dec 31 12:17:43 EST 2002


Thomas Bellman wrote:
> This PEP proposes extending divmod() to accept multiple divisors.
> Please give your comments.  It can also be read on the web at
> <URL: http://www.python.org/peps/pep-0303.html>.

I like it; it looks like a straight-forward extension to me (although 
the description is confusing to read - it is not immediately clear why 
starting with the right-most divisor is the right thing).

Regards,
Martin




More information about the Python-list mailing list