TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python 4.0 Confirmed in 3.7 Documentation

1 pointsby Ethcadalmost 7 years ago

1 comment

Ethcadalmost 7 years ago
&gt; 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:<p><pre><code> from __future__ import annotations</code></pre> &gt; It will become the default in Python 4.0.