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 install.py python 3 compatiable #25583

Commits on Jan 19, 2019

  1. build: make install.py python 3 compatiable

    This patch replaces usage of `filter` in such a way that it will be
    compatible with Python 3. Also, this patch replaces the usage of `map`
    to do a side-effect work with normal `for` loop.
    thefourtheye committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    7bf6fa6 View commit details
    Browse the repository at this point in the history