File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ Release date: TBA
15
15
Closes #1780
16
16
Refs #2140
17
17
18
+ * Prefer standard library modules over same-named modules on sys.path. For example
19
+ ``import copy`` now finds ``copy`` instead of ``copy.py``. Solves ``no-member`` issues.
20
+
21
+ Closes pylint-dev/pylint#6535
22
+
18
23
* Reduce file system access in ``ast_from_file()``.
19
24
20
25
* Reduce time to ``import astroid`` by delaying ``astroid_bootstrapping()`` until
@@ -181,11 +186,6 @@ What's New in astroid 2.15.6?
181
186
=============================
182
187
Release date: TBA
183
188
184
- * Prefer standard library modules over same-named modules on sys.path. For example
185
- ``import copy`` now finds ``copy`` instead of ``copy.py``. Solves ``no-member`` issues.
186
-
187
- Closes pylint-dev/pylint#6535
188
-
189
189
* Harden ``get_module_part()`` against ``"."``.
190
190
191
191
Closes pylint-dev/pylint#8749
You can’t perform that action at this time.
0 commit comments