diff --git a/peps/pep-0563.rst b/peps/pep-0563.rst index e3b13727f84..568f9722a04 100644 --- a/peps/pep-0563.rst +++ b/peps/pep-0563.rst @@ -1,13 +1,10 @@ PEP: 563 Title: Postponed Evaluation of Annotations -Version: $Revision$ -Last-Modified: $Date$ Author: Ɓukasz Langa Discussions-To: python-dev@python.org -Status: Accepted +Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 08-Sep-2017 Python-Version: 3.7 Post-History: 01-Nov-2017, 21-Nov-2017 @@ -676,14 +673,3 @@ Copyright ========= 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: