yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52820
[Bug 1596124] Re: Python3 do not use dict.iteritems dict.iterkeys dict.itervalues
Reviewed: https://review.openstack.org/334129
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=e84621ecc0e3c774a031ea6d29875a9313008bd0
Submitter: Jenkins
Branch: master
commit e84621ecc0e3c774a031ea6d29875a9313008bd0
Author: yuyafei <yu.yafei@xxxxxxxxxx>
Date: Sat Jun 25 12:06:58 2016 +0800
Replace dict.iteritems with six.iteritems to make PY3 compatible
Python3 do not use dict.iteritems, which would raise AttributeError: 'dict'
object has no attribute 'iteritems'.
Change-Id: I75f5954ce0d5573f69a22799dacb74b918028115
Closes-Bug: #1596124
** Changed in: python-heatclient
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1596124
Title:
Python3 do not use dict.iteritems dict.iterkeys dict.itervalues
Status in Cinder:
In Progress
Status in glance_store:
In Progress
Status in OpenStack Compute (nova):
In Progress
Status in python-glanceclient:
In Progress
Status in python-heatclient:
Fix Released
Bug description:
Python3 do not use dict.iteritemse dict.iterkeys dict.itervalues,
which would raise AttributeError: 'dict' object has no attribute
'iterkeys'.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1596124/+subscriptions
References