This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wyz23x2
Recipients wyz23x2
Date 2020-07-16.10:34:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594895664.43.0.284456467746.issue41314@roundup.psfhosted.org>
In-reply-to
Content
In https://docs.python.org/3/library/__future__.html:
annotations | 3.7.0b1 | *4.0* | PEP 563: Postponed evaluation of annotations

In PEP 563:
Starting with Python 3.7, a __future__ import is required to use the described functionality. No warnings are raised.

In Python *3.10* this will become the default behavior. Use of annotations incompatible with this PEP is no longer supported.

Python 4.0 or 3.10? Not clear.
History
Date User Action Args
2020-07-16 10:34:24wyz23x2setrecipients: + wyz23x2
2020-07-16 10:34:24wyz23x2setmessageid: <1594895664.43.0.284456467746.issue41314@roundup.psfhosted.org>
2020-07-16 10:34:24wyz23x2linkissue41314 messages
2020-07-16 10:34:24wyz23x2create