Skip to content

Commit ab4009a

Browse files
Move changelog to 3.0
1 parent 0f722bd commit ab4009a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ChangeLog

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Release date: TBA
1515
Closes #1780
1616
Refs #2140
1717

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+
1823
* Reduce file system access in ``ast_from_file()``.
1924

2025
* Reduce time to ``import astroid`` by delaying ``astroid_bootstrapping()`` until
@@ -181,11 +186,6 @@ What's New in astroid 2.15.6?
181186
=============================
182187
Release date: TBA
183188

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-
189189
* Harden ``get_module_part()`` against ``"."``.
190190

191191
Closes pylint-dev/pylint#8749

0 commit comments

Comments
 (0)