Paul Rubin wrote: > Peter Otten <[email protected]> writes: >> How would you implement stopmin()? > > Use itertools.takewhile
I should have mentioned that I had already run into that -- let's call it -- off-by-one bug. -- https://mail.python.org/mailman/listinfo/python-list
