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 rhettinger
Recipients cool-RR, docs@python, lukasz.langa, rhettinger
Date 2020-08-04.17:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596562265.93.0.285050992178.issue41475@roundup.psfhosted.org>
In-reply-to
Content
$ python3.9
Python 3.9.0b4 (v3.9.0b4:69dec9c8d2, Jul  2 2020, 18:41:53)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from __future__ import annotations
>>> annotations
_Feature((3, 7, 0, 'beta', 1), (4, 0, 0, 'alpha', 0), 16777216)
History
Date User Action Args
2020-08-04 17:31:05rhettingersetrecipients: + rhettinger, cool-RR, docs@python, lukasz.langa
2020-08-04 17:31:05rhettingersetmessageid: <1596562265.93.0.285050992178.issue41475@roundup.psfhosted.org>
2020-08-04 17:31:05rhettingerlinkissue41475 messages
2020-08-04 17:31:05rhettingercreate