Skip to content

iteritems bug fix#28

Closed
ncullen93 wants to merge 2 commits intoInsightSoftwareConsortium:masterfrom
ncullen93:iteritems-py3-bug
Closed

iteritems bug fix#28
ncullen93 wants to merge 2 commits intoInsightSoftwareConsortium:masterfrom
ncullen93:iteritems-py3-bug

Conversation

@ncullen93
Copy link

Fixes a crash on python3.

iteritems() for dict was removed in python3, and for python2 iteritems() doesnt provide any benefit over items() since the dictionary here is so small.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant