PEP 260: simplify xrange()

Dinu Gherman gherman at darwin.in-berlin.de
Wed Jun 27 13:34:55 EDT 2001


Michael Hudson wrote:
> 
> >>> len(frange(0,1.,0.1))
> 11
> >>> len(frange(0,1.,0.2))
> 5

So what?

Dinu



More information about the Python-list mailing list