Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove leftovers of dict.iteritems for python3 compatibility #2207

Closed
hahahannes opened this issue Feb 18, 2019 · 0 comments
Closed

remove leftovers of dict.iteritems for python3 compatibility #2207

hahahannes opened this issue Feb 18, 2019 · 0 comments

Comments

@hahahannes
Copy link
Contributor

Motivation

There are some leftovers of dict.iteritems that are not python3 compatible.

Modification

Replace them with six.iteritems.

@hahahannes hahahannes self-assigned this Feb 18, 2019
bari12 added a commit that referenced this issue Feb 18, 2019
Core & Internals: changed dict.iteritems to be py3 compatible; Fix #2207
bari12 added a commit that referenced this issue Feb 18, 2019
Core & Internals: changed dict.iteritems to be py3 compatible; Fix #2207
@bari12 bari12 added this to the 1.19.2 milestone Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants