[pep 563] Accepted
This commit is contained in:
parent
f92b5fbdc2
commit
cfa69b62a1
|
@ -4,13 +4,13 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Łukasz Langa <lukasz@langa.pl>
|
||||
Discussions-To: Python-Dev <python-dev@python.org>
|
||||
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 <https://github.com/ambv/cpython/tree/string_annotations>`_.
|
||||
`on GitHub <https://github.com/python/cpython/pull/4390>`_.
|
||||
|
||||
|
||||
Resolving Type Hints at Runtime
|
||||
|
|
Loading…
Reference in New Issue