Skip to content

Commit aa7916a

Browse files
Add missing news / merge maintenance branch into main following 2.15.7 release
2 parents 1a12842 + fe09503 commit aa7916a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

ChangeLog

+10-5
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,14 @@ Release date: TBA
218218

219219
Refs pylint-dev/pylint#8598
220220

221+
* Fix false positives for ``no-member`` and ``invalid-name`` when using the ``_name_``, ``_value_`` and ``_ignore_`` sunders in Enums.
222+
223+
Closes pylint-dev/pylint#9015
224+
221225

222226
What's New in astroid 2.15.7?
223227
=============================
224-
Release date: TBA
228+
Release date: 2023-09-23
225229

226230
* Fix a crash when inferring a ``typing.TypeVar`` call.
227231

@@ -231,15 +235,16 @@ Release date: TBA
231235

232236
Closes pylint-dev/pylint#8897
233237

234-
* Fix false positives for ``no-member`` and ``invalid-name`` when using the ``_name_``, ``_value_`` and ``_ignore_`` sunders in Enums.
235-
236-
Closes pylint-dev/pylint#9015
237-
238238
* Fix inference of functions with ``@functools.lru_cache`` decorators without
239239
parentheses.
240240

241241
Closes pylint-dev/pylint#8868
242242

243+
* Make ``sys.argv`` uninferable because it never is. (It's impossible to infer
244+
the value it will have outside of static analysis where it's our own value.)
245+
246+
Refs pylint-dev/pylint#7710
247+
243248

244249
What's New in astroid 2.15.6?
245250
=============================

0 commit comments

Comments
 (0)