You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can read the full documentation for this release on [Read the Docs](http://m
14
14
15
15
### `--allow-redefinition-new`
16
16
17
-
Exposes an (experimental) command‑line flag to control whether subclass __new__ redefinitions are accepted. This was previously an internal toggle; it’s now publicly documented via --allow-redefinition-new so advanced projects can fine‑tune behavior without internal flags
17
+
Exposes an (experimental) command‑line flag to control whether subclass `__new__` redefinitions are accepted. This was previously an internal toggle; it’s now publicly documented via --allow-redefinition-new so advanced projects can fine‑tune behavior without internal flags
18
18
19
19
This feature was contributed by Ivan Levkivskyi (PR [19796](https://github.com/python/mypy/pull/19796)).
20
20
@@ -71,10 +71,10 @@ This feature was contributed by Jelle Zijlstra (PR [19678](https://github.com/py
71
71
### Stubtest Improvements
72
72
- Add temporary --ignore-disjoint-bases flag to ease PEP 800 migration (Joren Hammudoglu, PR [19740](https://github.com/python/mypy/pull/19740))
73
73
- Flag redundant uses of @disjoint_base (Jelle Zijlstra, PR [19715](https://github.com/python/mypy/pull/19715))
74
-
- Improve signatures for __init__ of C classes (Stephen Morton, PR [18259](https://github.com/python/mypy/pull/18259))
74
+
- Improve signatures for `__init__` of C classes (Stephen Morton, PR [18259](https://github.com/python/mypy/pull/18259))
@@ -87,7 +87,7 @@ This feature was contributed by Jelle Zijlstra (PR [19678](https://github.com/py
87
87
- Fix TypeGuard/TypeIs being forgotten when semanal defers (Brian Schubert, [PR #19325](https://github.com/python/mypy/pull/19325))
88
88
- Fix TypeIs negative narrowing for unions of generics (Brian Schubert, [PR #18193](https://github.com/python/mypy/pull/18193))
89
89
- dmypy suggest: fix incorrect signature suggestion when a type matches a module name (Brian Schubert, [PR #18937](https://github.com/python/mypy/pull/18937))
- dmypy suggest: support Callable / callable Protocols in decorator unwrapping (Anthony Sottile, [PR #19072](https://github.com/python/mypy/pull/19072))
92
92
- Fix missing error when redeclaring a type variable in a nested generic class (Brian Schubert, [PR #18883](https://github.com/python/mypy/pull/18883))
93
93
- Fix for overloaded type object erasure (Shantanu, [PR #19338](https://github.com/python/mypy/pull/19338))
@@ -96,13 +96,13 @@ This feature was contributed by Jelle Zijlstra (PR [19678](https://github.com/py
96
96
97
97
- Fix subclass processing in detect_undefined_bitmap (Chainfire, [PR #19787](https://github.com/python/mypy/pull/19787))
98
98
- Fix C function signature emission (Jukka Lehtosalo, [PR #19773](https://github.com/python/mypy/pull/19773))
99
-
- Use defined __new__ in tp_new and constructor (Piotr Sawicki, [PR #19739](https://github.com/python/mypy/pull/19739))
100
-
- Speed up implicit __ne__ (Jukka Lehtosalo, [PR #19759](https://github.com/python/mypy/pull/19759))
99
+
- Use defined `__new__` in tp_new and constructor (Piotr Sawicki, [PR #19739](https://github.com/python/mypy/pull/19739))
100
+
- Speed up implicit `__ne__` (Jukka Lehtosalo, [PR #19759](https://github.com/python/mypy/pull/19759))
101
101
- Speed up equality with optional str/bytes (Jukka Lehtosalo, [PR #19758](https://github.com/python/mypy/pull/19758))
- Infer empty list for __slots__ and module __all__ (Stanislav Terliakov, [PR #19348](https://github.com/python/mypy/pull/19348))
172
+
- Infer empty list for `__slots__` and module `__all__` (Stanislav Terliakov, [PR #19348](https://github.com/python/mypy/pull/19348))
173
173
- Use normalized tuples for fallback calculation (Stanislav Terliakov, [PR #19111](https://github.com/python/mypy/pull/19111))
174
174
- Preserve literals when joining Literal with Instance that has matching last_known_value (Stanislav Terliakov, [PR #19279](https://github.com/python/mypy/pull/19279))
0 commit comments