Thanks for the suggestion.  Didn't realize there were all those other common i* functions.  Maybe arangei is better.  It gives more indication that it's mostly like arange, but different.<br><br>--bb<br><br><div><span class="gmail_quote">
On 2/14/06, <b class="gmail_sendername">Tim Hochberg</b> <<a href="mailto:tim.hochberg@cox.net">tim.hochberg@cox.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>FWIW, I'd recomend a different name. irange sounds like it belongs in<br>the itertools module with ifilter, islice, izip, etc. Perhaps, rangei<br>would work, although admittedly it's harder to see. Maybe crange for<br>
closed range (versus half-open range)? I dunno, but irange seems like<br>it's gonna confuse someone, if not you, then other people who end up<br>looking at your code.<br><br></blockquote></div>