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

Migrate cpu-usage-over-time.py to Python 3 #86907

Merged
merged 1 commit into from
Jul 7, 2021

Commits on Jul 6, 2021

  1. migrate cpu-usage-over-time.py to python 3

    The only change here is a fix for `sys.platform` on Linux. Python 3.3
    changed the API to return "linux" instead of "linux2"/"linux3", so this
    commit uses `.startswith("python")` to make the code work on Python 3
    without breaking Python 2.
    pietroalbini committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    0b3653b View commit details
    Browse the repository at this point in the history