Raymond Hettinger <raymond.hettin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41475>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to