[issue41475] __future__.annotations set to become default in Python 4.0?

Raymond Hettinger report at bugs.python.org
Tue Aug 4 13:31:05 EDT 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

$ 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)

----------
nosy: +lukasz.langa, rhettinger
title: Fix mistake in "What's new in Python 3.7" -> __future__.annotations set to become default in Python 4.0?
type: crash -> 

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41475>
_______________________________________


More information about the Python-bugs-list mailing list