There was an error while loading. Please reload this page.
1 parent 8c4da6a commit b267756Copy full SHA for b267756
ChangeLog
@@ -7,6 +7,8 @@ What's New in astroid 4.1.0?
7
============================
8
Release date: TBA
9
10
+* Make `type.__new__()` raise clear errors instead of returning `None`
11
+
12
* Move object dunder methods from ``FunctionModel`` to ``ObjectModel`` to make them
13
available on all object types, not just functions.
14
@@ -19,8 +21,6 @@ What's New in astroid 4.0.1?
19
21
20
22
23
-* Make `type.__new__()` raise clear errors instead of returning `None`
-
24
* Suppress ``SyntaxWarning`` for invalid escape sequences and return in finally on
25
Python 3.14 when parsing modules.
26
0 commit comments