PEP 673: Mark as Final (#3644)
This commit is contained in:
parent
fe70e94782
commit
7558f19291
|
@ -1,20 +1,19 @@
|
||||||
PEP: 673
|
PEP: 673
|
||||||
Title: Self Type
|
Title: Self Type
|
||||||
Version: $Revision$
|
|
||||||
Last-Modified: $Date$
|
|
||||||
Author: Pradeep Kumar Srinivasan <gohanpra@gmail.com>,
|
Author: Pradeep Kumar Srinivasan <gohanpra@gmail.com>,
|
||||||
James Hilton-Balfe <gobot1234yt@gmail.com>
|
James Hilton-Balfe <gobot1234yt@gmail.com>
|
||||||
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
||||||
Discussions-To: typing-sig@python.org
|
Discussions-To: typing-sig@python.org
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Typing
|
Topic: Typing
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 10-Nov-2021
|
Created: 10-Nov-2021
|
||||||
Python-Version: 3.11
|
Python-Version: 3.11
|
||||||
Post-History: 17-Nov-2021
|
Post-History: 17-Nov-2021
|
||||||
Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/J7BWL5KWOPQQK5KFWKENVLXW6UGSPTGI/
|
Resolution: https://mail.python.org/archives/list/python-dev@python.org/thread/J7BWL5KWOPQQK5KFWKENVLXW6UGSPTGI/
|
||||||
|
|
||||||
|
.. canonical-typing-spec:: :ref:`typing:self`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
@ -805,14 +804,3 @@ Copyright
|
||||||
|
|
||||||
This document is placed in the public domain or under the
|
This document is placed in the public domain or under the
|
||||||
CC0-1.0-Universal license, whichever is more permissive.
|
CC0-1.0-Universal license, whichever is more permissive.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
..
|
|
||||||
Local Variables:
|
|
||||||
mode: indented-text
|
|
||||||
indent-tabs-mode: nil
|
|
||||||
sentence-end-double-space: t
|
|
||||||
fill-column: 70
|
|
||||||
coding: utf-8
|
|
||||||
End:
|
|
||||||
|
|
Loading…
Reference in New Issue