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

Python 3 compatibility #8

Merged
merged 2 commits into from
Feb 29, 2016
Merged

Python 3 compatibility #8

merged 2 commits into from
Feb 29, 2016

Commits on Feb 23, 2016

  1. Python 3 compatibility

    Sam Brown committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    3a46774 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Python3 fix

    It's not possible to edit a dictionary while iterating over it in Python3.
    The work-around is to use `list(d)` to force a copy.
    Sam Brown authored and Sam Brown committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    8e91f15 View commit details
    Browse the repository at this point in the history