Change in vdsm[master]: prepare for python 3's range

danken at redhat.com danken at redhat.com
Thu Apr 23 09:36:21 UTC 2015


Dan Kenigsberg has submitted this change and it was merged.

Change subject: prepare for python 3's range
......................................................................


prepare for python 3's range

This patch replaces xrange with range, but only where performence does
not really matter. run-time usages of xrange would be replaced with
six.moved.xrange in a future patch

Change-Id: I5adaec5e6829dd1d357ae2ef4ec646f625e0ebd4
Signed-off-by: Dan Kenigsberg <danken at redhat.com>
Reviewed-on: https://gerrit.ovirt.org/40079
Reviewed-by: Nir Soffer <nsoffer at redhat.com>
---
M lib/vdsm/tool/configfile.py
M lib/vdsm/tool/configurators/__init__.py
M tests/executorTests.py
M tests/hooksTests.py
M tests/libvirtconnectionTests.py
M tests/miscTests.py
M tests/mountTests.py
M tests/samplingTests.py
M tests/utilsTests.py
M tests/vmUtilsTests.py
M vdsm/storage/threadPool.py
M vdsm/virt/guestagent.py
12 files changed, 30 insertions(+), 32 deletions(-)

Approvals:
  Nir Soffer: Looks good to me, but someone else must approve
  Dan Kenigsberg: Verified; Looks good to me, approved



-- 
To view, visit https://gerrit.ovirt.org/40079
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5adaec5e6829dd1d357ae2ef4ec646f625e0ebd4
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Ido Barkan <ibarkan at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list