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

build: make configure.py compatible with python 3 #25580

Commits on Jan 19, 2019

  1. build: make configure.py compatible with python 3

    This patch replaces the following
    
    1. Usage of `filter` with `None` to remove falsy items.
    2. Usage of `map` to create lists. (Replaced with List comprehensions).
    3. Dictionary's `iteritems` which is removed in Python 3.
    thefourtheye committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    15f5453 View commit details
    Browse the repository at this point in the history