PEP 563: Mark as Final
This commit is contained in:
parent
d869ad4829
commit
f955acc893
|
@ -1,13 +1,10 @@
|
||||||
PEP: 563
|
PEP: 563
|
||||||
Title: Postponed Evaluation of Annotations
|
Title: Postponed Evaluation of Annotations
|
||||||
Version: $Revision$
|
|
||||||
Last-Modified: $Date$
|
|
||||||
Author: Łukasz Langa <lukasz@python.org>
|
Author: Łukasz Langa <lukasz@python.org>
|
||||||
Discussions-To: python-dev@python.org
|
Discussions-To: python-dev@python.org
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Typing
|
Topic: Typing
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 08-Sep-2017
|
Created: 08-Sep-2017
|
||||||
Python-Version: 3.7
|
Python-Version: 3.7
|
||||||
Post-History: 01-Nov-2017, 21-Nov-2017
|
Post-History: 01-Nov-2017, 21-Nov-2017
|
||||||
|
@ -676,14 +673,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