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

Prefer Python3 for the remotely-executed Python script #1746

Merged

Commits on Dec 18, 2020

  1. Prefer Python3 for the remotely-executed Python script

    This should be done as part of our general transition to Python3,
    but should also be done because some systems with e.g. Python2.6
    do not support OrderedDict, but DO have a Python3 version that works.
    heapcrash committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    631096d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    7a9c86b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb3140 View commit details
    Browse the repository at this point in the history
  3. Fix & update CHANGELOG.md

    This actually is a behavior change, and can be a breaking change for some,
    so must be stated prominently in the changelog.
    Arusekk committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    9473b7c View commit details
    Browse the repository at this point in the history