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

make is_standard_module() properly classify extensions #659

Merged

Commits on Mar 27, 2019

  1. make is_standard_module() properly classify extensions

    Extensions can be installed in either a platform independent or specific
    location[1]. The search is updated to include both paths. Previously, an
    extension in the platform specific location would be misclassified because
    only the independent location was considered and the platform specific location
    shared a prefix with the standard lib.
    
    [1] http://docs.python.org/3/distutils/apiref.html#distutils.sysconfig.get_python_lib
    
    Fixes Issue: pylint-dev#658
    Co-authored-by: Matt Story <s.matt.story@gmail.com>
    markmcclain committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    2f336eb View commit details
    Browse the repository at this point in the history