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 2.7 compatibility fixes #5298

Merged
merged 4 commits into from
May 5, 2022
Merged

Python 2.7 compatibility fixes #5298

merged 4 commits into from
May 5, 2022

Commits on May 5, 2022

  1. Fix super calls

    philippjfr committed May 5, 2022
    Configuration menu
    Copy the full SHA
    952db24 View commit details
    Browse the repository at this point in the history
  2. Fix arg after var args

    philippjfr committed May 5, 2022
    Configuration menu
    Copy the full SHA
    8702c00 View commit details
    Browse the repository at this point in the history
  3. Fix yield from

    philippjfr committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d9f660b View commit details
    Browse the repository at this point in the history
  4. Fix f-strings

    philippjfr committed May 5, 2022
    Configuration menu
    Copy the full SHA
    995ace3 View commit details
    Browse the repository at this point in the history