Skip to content

v4.0.1

Latest
Compare
Choose a tag to compare
@cdce8p cdce8p released this 11 Oct 15:14
· 10 commits to main since this release
9f17568

What's New in astroid 4.0.1?

Release date: 2025-10-11

  • Suppress SyntaxWarning for invalid escape sequences and return in finally on
    Python 3.14 when parsing modules.

  • Assign Import and ImportFrom nodes to module locals if used with global.

    Closes pylint-dev/pylint#10632