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 support #394

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Python 3 support #394

wants to merge 5 commits into from

Commits on Aug 31, 2017

  1. Configuration menu
    Copy the full SHA
    1bf7a50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2f5eb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Python3: Fix "unsupported operand type(s) for +: 'dict_keys' and 'list'"

    dict.keys returns a dictionary view in Python 3.
    AlexanderS committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    a37e7c9 View commit details
    Browse the repository at this point in the history
  2. Pylint: Do not call keys() for iterating over dictionaries

    This should fix the pylint warning:
    > Consider iterating the dictionary directly instead of calling .keys()
    AlexanderS committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    de40679 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. travis: Use Python 3.9

    This is the default python version in bullseye.
    AlexanderS committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b2f8338 View commit details
    Browse the repository at this point in the history