On 2/20/2010 19:55, Jonathan M Davis wrote: > I think that makeRange or range would be _highly_ confusing given how the > term range is used in D, and personally, I wouldn't find it much clearer > anyway.
'makeRange' is descriptive. That's what the function does. It creates and returns a range, in the D sense of the word "range". > And can python's range allow for steps greater than 1 between > numbers? Yes. I even included an example of that in my previous post. -- Rainer Deyke - [email protected]
