xrange
xrange copied to clipboard
A pure-Python implementation of the xrange builtin
Results
2
xrange issues
Sort by
recently updated
recently updated
newest added
Hi, in the file setup.py, the main license for xrange is specified to be BSD. Is BSD the main license of xrange? If so, the problem is that there are...
There's a bit of a bug in the slicing logic - specifically, the `step` passed through the slice refers to something different from the `_step` in the xrange. See the...