File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -371,10 +371,12 @@ explain to users why type checkers treat certain branches as unreachable.
371
371
Reference Implementation
372
372
========================
373
373
374
- The runtime implementation of the ``@disjoint_base `` decorator will be available in
375
- typing-extensions 4.15.0.
374
+ The runtime implementation of the ``@disjoint_base `` decorator is available in
375
+ ` typing-extensions 4.15.0 < https://pypi.org/project/typing-extensions/4.15.0/ >`__ .
376
376
`python/mypy#19678 <https://github.com/python/mypy/pull/19678 >`__
377
377
implements support for disjoint bases in mypy and in the stubtest tool.
378
+ `astral-sh/ruff#20084 <https://github.com/astral-sh/ruff/pull/20084 >`__
379
+ implements support for disjoint bases in the ty type checker.
378
380
379
381
Appendix
380
382
========
You can’t perform that action at this time.
0 commit comments