PEP 613: Mark as Final (#3670)
This commit is contained in:
parent
467e5b55cc
commit
0a8908c752
|
@ -3,14 +3,14 @@ Title: Explicit Type Aliases
|
|||
Author: Shannon Zhu <szhu@fb.com>
|
||||
Sponsor: Guido van Rossum <guido@python.org>
|
||||
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/MWRJOBEEEMFVXE7CAKO7B4P46IPM4AN3/
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Topic: Typing
|
||||
Content-Type: text/x-rst
|
||||
Created: 21-Jan-2020
|
||||
Python-Version: 3.10
|
||||
Post-History: 21-Jan-2020
|
||||
|
||||
.. canonical-typing-spec:: :ref:`typing:type-aliases`
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
@ -218,7 +218,7 @@ Version History
|
|||
|
||||
* 2021-11-16
|
||||
|
||||
* Allow TypeAlias inside class scope
|
||||
* Allow ``TypeAlias`` inside class scope
|
||||
|
||||
|
||||
Copyright
|
||||
|
@ -226,13 +226,3 @@ Copyright
|
|||
|
||||
This document is placed in the public domain or under the
|
||||
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