On Tue, Jan 12, 2016 at 02:45:46PM -0500, Russell Bryant wrote: > Python 2 had range() and xrange(). xrange() is more efficient, but > behaves differently so range() was retained for compatibility. Python 3 > only has range() and it behaves like Python 2's xrange(). > > Remove explicit use of xrange() and use six.moves.range() to > make sure we're using xrange() from Python 2 or range() from Python 3. > > Signed-off-by: Russell Bryant <[email protected]>
Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
