Comment 8 for bug 372625

Revision history for this message
Alexander Belchenko (bialix) wrote :

I'm about to release 2.0, and return again to this issue.

Standard range function has 3 parameters: start, stop [,step]
here: stop is exclusive

My tobinXXX group of methods first parameters are: start, end
here: is inclusive

I have 2 choices:
1) remove end and add stop
2) rename end to end_inclusive, and add stop additionaly.