We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe01bda commit 15239f5Copy full SHA for 15239f5
ChangeLog
@@ -17,6 +17,8 @@ Release date: TBA
17
Closes #2521
18
Closes #2523
19
20
+* Fix precedence of `path` arg in `modpath_from_file_with_callback` to be higher than `sys.path`
21
+
22
* Improve consistency of ``JoinedStr`` inference by not raising ``InferenceError`` and
23
returning either ``Uninferable`` or a fully resolved ``Const``.
24
@@ -35,8 +37,6 @@ Release date: TBA
35
37
36
38
Closes pylint-dev/pylint#10112
39
-* Fix precedence of `path` arg in `modpath_from_file_with_callback` to be higher than `sys.path`
-
40
41
What's New in astroid 3.3.5?
42
============================
0 commit comments