Comment 2 for bug 1259978

Revision history for this message
Dolph Mathews (dolph) wrote :

python 3 doesn't support xrange because py3's range is py2's xrange.

six should support 'range' which maps appropriately to both