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
andImportFrom
nodes to module locals if used withglobal
.Closes pylint-dev/pylint#10632