Reviewed: https://review.openstack.org/457511 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=574312165b4c2c3ab7aec08a066677d11f477bc5 Submitter: Jenkins Branch: master
commit 574312165b4c2c3ab7aec08a066677d11f477bc5 Author: fpxie <[email protected]> Date: Tue Apr 18 16:21:31 2017 +0800 Replace six.iteritems with dict.items(Part-2) according to https://wiki.openstack.org/wiki/Python3, now we should avoid using six.iteritems and replace it with dict.items. Change-Id: I58a399baa2275f280acc0e6d649f81838648ce5c Closes-Bug: #1680761 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1680761 Title: Replace six.iteritems with dict.items Status in neutron: Fix Released Bug description: according to https://wiki.openstack.org/wiki/Python3, now we should avoid using six.iteritems and replace it with dict.items. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1680761/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

