PEP 586: Mark as Final (#3666)
This commit is contained in:
parent
fda02b5757
commit
ef1b489c4c
|
@ -3,15 +3,15 @@ Title: Literal Types
|
||||||
Author: Michael Lee <michael.lee.0x2a@gmail.com>, Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>
|
Author: Michael Lee <michael.lee.0x2a@gmail.com>, Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>
|
||||||
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
||||||
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: 14-Mar-2019
|
Created: 14-Mar-2019
|
||||||
Python-Version: 3.8
|
Python-Version: 3.8
|
||||||
Post-History: 14-Mar-2019
|
Post-History: 14-Mar-2019
|
||||||
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
||||||
|
|
||||||
|
.. canonical-typing-spec:: :ref:`typing:literal-types`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
@ -752,14 +752,3 @@ Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
||||||
|
|
||||||
..
|
|
||||||
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