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

tools: replace deprecated iteritems() for items() #31528

Closed
wants to merge 1 commit into from
Closed

tools: replace deprecated iteritems() for items() #31528

wants to merge 1 commit into from

Commits on Jan 26, 2020

  1. tools: replace deprecated iteritems() for items()

    This is a Built-In change in Python 3 used by compile_commands_json.py
    to generate compile_commands_json.json. Node.js dropped Python 2 support
    in this script, `items()` works as expected replacement.
    Gioyik committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    b52e259 View commit details
    Browse the repository at this point in the history