Skip to content

Commit 9c7c5e0

Browse files
authored
PEP 647: Mark as Final (#3577)
1 parent 71308a8 commit 9c7c5e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

peps/pep-0647.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
PEP: 647
22
Title: User-Defined Type Guards
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Eric Traut <erictr at microsoft.com>
64
Sponsor: Guido van Rossum <[email protected]>
75
Discussions-To: [email protected]
86
Status: Accepted
97
Type: Standards Track
108
Topic: Typing
11-
Content-Type: text/x-rst
129
Created: 07-Oct-2020
1310
Python-Version: 3.10
1411
Post-History: 28-Dec-2020, 09-Apr-2021
1512
Resolution: https://mail.python.org/archives/list/[email protected]/thread/2ME6F6YUVKHOQYKSHTVQQU5WD4CVAZU4/
1613

14+
.. canonical-typing-spec:: :ref:`typing:typeguard`
1715

1816
Abstract
1917
========

0 commit comments

Comments
 (0)