Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pylint-dev/astroid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 02f375b
Choose a base ref
...
head repository: pylint-dev/astroid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a6b60f
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 26, 2023

  1. Prefer stdlib modules over same-named modules on sys.path

    For example:
    `import copy` now finds `copy` instead of `copy.py`.
    
    This worked correctly before in at least some cases if there
    was a (more?) complete chain of __init__.py files from cwd
    all the way to the location of the `copy.py` module.
    
    Closes pylint-dev/pylint#6535
    jacobtylerwalls committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8768ec3 View commit details
    Browse the repository at this point in the history
  2. str()

    jacobtylerwalls committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    7a6b60f View commit details
    Browse the repository at this point in the history
Loading