Translate this to python?

Robert Kern robert.kern at gmail.com
Sat Jan 7 10:30:01 EST 2006


Paul Rubin wrote:
> Heiko Wundram <modelnine at bit-bukket.org> writes:

>>Unless of course range() becomes "more clever" and returns an iterator in
>>case the amount of memory to store the needed range is too large...
> 
> That could break things.  Range is supposed to return a list.

Except that we're talking about Python 3.0, which will break things anyways.

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list