Skip to content

Commit e633b6e

Browse files
authored
PEP 544: Mark as Final (#3646)
1 parent 7558f19 commit e633b6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

peps/pep-0544.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
PEP: 544
22
Title: Protocols: Structural subtyping (static duck typing)
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Ivan Levkivskyi <[email protected]>, Jukka Lehtosalo <[email protected]>, Łukasz Langa <[email protected]>
64
BDFL-Delegate: 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: 05-Mar-2017
1310
Python-Version: 3.8
1411
Resolution: https://mail.python.org/archives/list/[email protected]/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
1512

13+
.. canonical-typing-spec:: :ref:`typing:protocols`
14+
1615

1716
Abstract
1817
========

0 commit comments

Comments
 (0)