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 facundobatista
Recipients amaury.forgeotdarc, belopolsky, facundobatista, mark.dickinson, ncoghlan
Date 2008-04-28.23:21:54
SpamBayes Score 0.24665578
Marked as misclassified No
Message-id <1209424915.53.0.757014027783.issue2690@psf.upfronthosting.co.za>
In-reply-to
Content
My 2 cents: for me is more useful to have a unbound range() than to be
able to do a len() on it.

For me, range() should mimic a number generator: no limit, no length.
History
Date User Action Args
2008-04-28 23:21:56facundobatistasetspambayes_score: 0.246656 -> 0.24665578
recipients: + facundobatista, amaury.forgeotdarc, mark.dickinson, ncoghlan, belopolsky
2008-04-28 23:21:55facundobatistasetspambayes_score: 0.246656 -> 0.246656
messageid: <1209424915.53.0.757014027783.issue2690@psf.upfronthosting.co.za>
2008-04-28 23:21:54facundobatistalinkissue2690 messages
2008-04-28 23:21:54facundobatistacreate