Skip to content

Commit 02e54b1

Browse files
PEP 800: Update reference implementation (python#4850)
1 parent 45dcc2b commit 02e54b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

peps/pep-0800.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ Reference Implementation
373373

374374
The runtime implementation of the ``@disjoint_base`` decorator is available in
375375
`typing-extensions 4.15.0 <https://pypi.org/project/typing-extensions/4.15.0/>`__.
376-
`python/mypy#19678 <https://github.com/python/mypy/pull/19678>`__
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.
376+
Mypy and its stubtest tool support the decorator as of version 1.18.1; this was implemented in
377+
`python/mypy#19678 <https://github.com/python/mypy/pull/19678>`__.
378+
Support was added to the ty type checker in
379+
`astral-sh/ruff#20084 <https://github.com/astral-sh/ruff/pull/20084>`__.
380380

381381
Appendix
382382
========

0 commit comments

Comments
 (0)