PEP 544: Mark as Final (#3646)
This commit is contained in:
parent
7558f19291
commit
e633b6e6c2
|
@ -1,18 +1,17 @@
|
|||
PEP: 544
|
||||
Title: Protocols: Structural subtyping (static duck typing)
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>, Łukasz Langa <lukasz@python.org>
|
||||
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
||||
Discussions-To: python-dev@python.org
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Topic: Typing
|
||||
Content-Type: text/x-rst
|
||||
Created: 05-Mar-2017
|
||||
Python-Version: 3.8
|
||||
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
||||
|
||||
.. canonical-typing-spec:: :ref:`typing:protocols`
|
||||
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
|
Loading…
Reference in New Issue