From f955acc89344947519e3a29fa50d5706e83e0afd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 7 Dec 2023 13:11:26 +0200 Subject: [PATCH] PEP 563: Mark as Final --- peps/pep-0563.rst | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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: