Re: [Cython] Bug report: enumerate does not accept the "start" argument

2012-05-08 Thread Stefan Behnel
Russell Warren, 08.05.2012 08:25: > Python's built-in function 'enumerate' has a lesser-known 2nd argument that > allows the start value of the enumeration to be set. See the python docs > here: > http://docs.python.org/library/functions.html#enumerate > > Cython 0.16 doesn't like it, and only al

[Cython] Bug report: enumerate does not accept the "start" argument

2012-05-07 Thread Russell Warren
Python's built-in function 'enumerate' has a lesser-known 2nd argument that allows the start value of the enumeration to be set. See the python docs here: http://docs.python.org/library/functions.html#enumerate Cython 0.16 doesn't like it, and only allows one argument. Here is a simple file to r