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 NeilGirdhar
Recipients NeilGirdhar, eric.araujo, rhettinger, serhiy.storchaka
Date 2012-11-23.20:29:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353702593.2.0.140031835265.issue16540@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, that works.

One of the things I like about Python is that you can write what you mean.  I figured that since I meant "repeat [] as many times as necessary", that I should write it that way.  So, from an intuitive standpoint, I still feel that these itertools types intuitively implement InfiniteSequence.  Although I recognize that some people might see them only in the narrower sense of Iterators.
History
Date User Action Args
2012-11-23 20:29:53NeilGirdharsetrecipients: + NeilGirdhar, rhettinger, eric.araujo, serhiy.storchaka
2012-11-23 20:29:53NeilGirdharsetmessageid: <1353702593.2.0.140031835265.issue16540@psf.upfronthosting.co.za>
2012-11-23 20:29:53NeilGirdharlinkissue16540 messages
2012-11-23 20:29:53NeilGirdharcreate