Skip to content

Commit ae19fb0

Browse files
committed
PEP 800: mark as final
1 parent f105549 commit ae19fb0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

peps/pep-0800.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PEP: 800
22
Title: Disjoint bases in the type system
33
Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
44
Discussions-To: https://discuss.python.org/t/99910/
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Topic: Typing
88
Created: 21-Jul-2025
@@ -11,6 +11,9 @@ Post-History: `18-Jul-2025 <https://discuss.python.org/t/solid-bases-for-detecti
1111
`23-Jul-2025 <https://discuss.python.org/t/99910>`__,
1212
Resolution: `15-Apr-2026 <https://discuss.python.org/t/pep-800-solid-bases-in-the-type-system/99910/41>`__
1313

14+
.. canonical-typing-spec:: :ref:`typing:disjoint-base` and
15+
:external+py3.15:func:`@typing.disjoint_base <typing.disjoint_base>`
16+
1417

1518
Abstract
1619
========

0 commit comments

Comments
 (0)