Skip to content

Commit 9b4512f

Browse files
authored
PEP 563: Mark as Superseded (#4411)
1 parent 0791060 commit 9b4512f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

peps/pep-0563.rst

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@ PEP: 563
22
Title: Postponed Evaluation of Annotations
33
Author: Łukasz Langa <[email protected]>
44
Discussions-To: [email protected]
5-
Status: Accepted
5+
Status: Superseded
66
Type: Standards Track
77
Topic: Typing
88
Created: 08-Sep-2017
99
Python-Version: 3.7
1010
Post-History: 01-Nov-2017, 21-Nov-2017
11-
Superseded-By: 649
11+
Superseded-By: 649, 749
1212
Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151042.html
1313

1414

15+
Resolution
16+
==========
17+
18+
The features proposed in this PEP never became the default behaviour,
19+
and have been replaced with deferred evaluation of annotations,
20+
as proposed by :pep:`649` and :pep:`749`.
21+
22+
1523
Abstract
1624
========
1725

0 commit comments

Comments
 (0)