Automated change to replace dict.iteritems() which is no longer present in python 3 with dict.items(). The later can be very marginally slower in python 2, however the alternative to this would be to use six.iteritems(dict) which has a greater cognitive overhead and reduces readability with little or no performance gain. Refer to this mailing list thread for more on this issue http://markmail.org/message/tx7776ewlutxitjx Code under magnum/common/pythonk8sclient has been ignored as this is autogenerated code expected to be pull out of Magnum. Partially-Implements: blueprint magnum-python3 Change-Id: Ib7cd192b2be3776985963bdf7fa14e96a464d0aechanges/70/195270/3
parent
ba12803c2f
commit
6e6af73789
Loading…
Reference in new issue