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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ By default, mypy treats an annotation of ``bytes`` as permitting ``bytearray`` a
26
26
[PEP 688](https://peps.python.org/pep-0688) specified the removal of this special case.
27
27
Use this flag to disable this behavior. `--strict-bytes` will be enabled by default in **mypy 2.0**.
28
28
29
-
Contributed by Ali Hamdan (PR [18137](https://github.com/python/mypy/pull/18263/)) and
29
+
Contributed by Ali Hamdan (PR [18263](https://github.com/python/mypy/pull/18263)) and
### Improvements to reachability analysis and partial type handling in loops
@@ -36,7 +36,7 @@ issues it previously did not detect. In some cases, this change may require use
36
36
explicit annotation of a variable.
37
37
38
38
Contributed by Christoph Tyralla (PR [18180](https://github.com/python/mypy/pull/18180),
0 commit comments