Closed beantowel closed 6 years ago
This library was originally written for Python 2. I don't personally use this library at all anymore, nor really even write Python at all in my day-to-day, so I don't have any plans to update it for Python 3 myself, but I'm happy to accept patches that improve this library for Python 3.
Python3's range is Python2's xrange. There's no need to wrap an iter around it.