diff --git a/pep-0563.rst b/pep-0563.rst index 9a2551e98..76f82965d 100644 --- a/pep-0563.rst +++ b/pep-0563.rst @@ -4,13 +4,13 @@ Version: $Revision$ Last-Modified: $Date$ Author: Ɓukasz Langa Discussions-To: Python-Dev -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 8-Sep-2017 Python-Version: 3.7 Post-History: 1-Nov-2017, 21-Nov-2017 -Resolution: +Resolution: https://mail.python.org/pipermail/python-dev/2017-December/151042.html Abstract @@ -114,7 +114,7 @@ The functionality described above can be enabled starting from Python from __future__ import annotations A reference implementation of this functionality is available -`on GitHub `_. +`on GitHub `_. Resolving Type Hints at Runtime