Skip to content

Commit 752fb66

Browse files
authored
PEP 742: Mark as Final (#3937)
1 parent 77c0942 commit 752fb66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

peps/pep-0742.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PEP: 742
22
Title: Narrowing types with TypeIs
33
Author: Jelle Zijlstra <[email protected]>
44
Discussions-To: https://discuss.python.org/t/pep-742-narrowing-types-with-typenarrower/45613
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Topic: Typing
88
Created: 07-Feb-2024
@@ -11,6 +11,8 @@ Post-History: `11-Feb-2024 <https://discuss.python.org/t/pep-742-narrowing-types
1111
Replaces: 724
1212
Resolution: https://discuss.python.org/t/pep-742-narrowing-types-with-typeis/45613/35
1313

14+
.. canonical-typing-spec:: :ref:`typing:typeis` and
15+
:external+py3.13:data:`typing.TypeIs`
1416

1517
Abstract
1618
========

0 commit comments

Comments
 (0)