Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Release date: TBA
Closes #2521
Closes #2523

* Fix precedence of `path` arg in `modpath_from_file_with_callback` to be higher than `sys.path`

* Improve consistency of ``JoinedStr`` inference by not raising ``InferenceError`` and
returning either ``Uninferable`` or a fully resolved ``Const``.

Expand All @@ -35,8 +37,6 @@ Release date: TBA

Closes pylint-dev/pylint#10112

* Fix precedence of `path` arg in `modpath_from_file_with_callback` to be higher than `sys.path`


What's New in astroid 3.3.5?
============================
Expand Down
Loading