Skip to content

Conversation

@olivielpeau
Copy link
Member

We should aim at supporting python 3 now that Ansible supports it.

iteritems doesn't exist in python3. We're dealing with a dict that'll
always be relatively small so switching to items is painless.

`iteritems` doesn't exist in python3. We're dealing with a dict that'll
always be relatively small so switching to `items` is painless.
@olivielpeau olivielpeau added this to the 1.3.0 milestone Mar 31, 2017
@olivielpeau olivielpeau merged commit 8efbfbb into master Mar 31, 2017
@olivielpeau olivielpeau deleted the olivielpeau/template-python3 branch March 31, 2017 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants