Python 4.0 Confirmed in 3.7 Documentation
docs.python.org
Python 4.0 Confirmed in 3.7 Documentation
1–2 of 2 posts
Re: Python 4.0 Confirmed in 3.7 Documentation
#2> Since this change breaks compatibility, the new behavior needs to be enabled on a per-module basis in Python 3.7 using a __future__ import:
from __future__ import annotations
> It will become the default in Python 4.0.