Skip to content

v3.3.10

Latest
Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 10 May 13:32
· 183 commits to main since this release
a362368
  • Avoid importing submodules sharing names with standard library modules.

    Closes #2684

  • Fix bug where pylint code.custom_extension would analyze code.py or code.pyi instead if they existed.

    Closes pylint-dev/pylint#3631