Documenting these requests so they do not get lost...
#10525 attempted to convert all calls to six.moves.xrange() into calls to range() as part of the removal of Python 2 support. There were several suggestions to make alternative conversions:
After these changes are made, the lines containing from six.moves import xrange should also be removed.
Documenting these requests so they do not get lost...
#10525 attempted to convert all calls to six.moves.xrange() into calls to range() as part of the removal of Python 2 support. There were several suggestions to make alternative conversions:
After these changes are made, the lines containing from six.moves import xrange should also be removed.