This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients NeilGirdhar, eric.araujo, rhettinger, serhiy.storchaka
Date 2012-11-23.17:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353691201.95.0.833024789338.issue16540@psf.upfronthosting.co.za>
In-reply-to
Content
The point of itertools is to implement building blocks for iterators, which are memory-efficient and can sometimes be infinite, contrary to sequences.
History
Date User Action Args
2012-11-23 17:20:01eric.araujosetrecipients: + eric.araujo, rhettinger, serhiy.storchaka, NeilGirdhar
2012-11-23 17:20:01eric.araujosetmessageid: <1353691201.95.0.833024789338.issue16540@psf.upfronthosting.co.za>
2012-11-23 17:20:01eric.araujolinkissue16540 messages
2012-11-23 17:20:01eric.araujocreate