Steven D'Aprano <[EMAIL PROTECTED]> writes:
> >>> list(_partitions(25, 24))
> [(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2)]
> >>> list(_partitions(25, 25))
> []

Hmm.  I'll look into this later if I get a chance.  Thanks.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to