b8e483bb60
1.As mentioned in [1], we should avoid using six.itervalues to achieve iterators. We can use dict.values instead, as it will return iterators in PY3 as well. And dict.values will more readable. 2.In py2, the performance about list should be negligible, see the link [2]. [1] https://wiki.openstack.org/wiki/Python3#Common_patterns [2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Change-Id: I27d3b04df19b964fe83e30ee383fcc1399dae3c3 |
||
---|---|---|
.. | ||
dotnet | ||
fog | ||
gophercloud | ||
heat | ||
jclouds | ||
libcloud | ||
openstacksdk | ||
pkgcloud | ||
shade |