SIGN IN SIGN UP

Remove the next() method -- one is supplied automatically by

PyType_Ready() because the tp_iternext slot is set.  Also removed the
redundant (and expensive!) call to raise StopIteration from
rangeiter_next().
G
Guido van Rossum committed
86d593e110f61800069b2d488d5530477a3d8054
Parent: 2147df7