|
From: Bill B. <wb...@gm...> - 2006-02-14 04:21:30
|
Thanks for the suggestion. Didn't realize there were all those other commo= n i* functions. Maybe arangei is better. It gives more indication that it's mostly like arange, but different. --bb On 2/14/06, Tim Hochberg <tim...@co...> wrote: > > > FWIW, I'd recomend a different name. irange sounds like it belongs in > the itertools module with ifilter, islice, izip, etc. Perhaps, rangei > would work, although admittedly it's harder to see. Maybe crange for > closed range (versus half-open range)? I dunno, but irange seems like > it's gonna confuse someone, if not you, then other people who end up > looking at your code. > > |