8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0f99a commit abf8e3eCopy full SHA for abf8e3e
peps/pep-0563.rst
@@ -2,16 +2,24 @@ PEP: 563
2
Title: Postponed Evaluation of Annotations
3
Author: Łukasz Langa <lukasz@python.org>
4
Discussions-To: python-dev@python.org
5
-Status: Accepted
+Status: Superseded
6
Type: Standards Track
7
Topic: Typing
8
Created: 08-Sep-2017
9
Python-Version: 3.7
10
Post-History: 01-Nov-2017, 21-Nov-2017
11
-Superseded-By: 649
+Superseded-By: 649, 749
12
Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151042.html
13
14
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
23
Abstract
24
========
25
0 commit comments