Paul Rubin wrote:

> That's only because itertools.count itself uses a C int instead of a
> long.

True. In either case, the effect is the same in terms of whether
len(itertools.count()) will ever terminate.

Tim Delaney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to