Home >Backend Development >Python Tutorial >When will python4 be released?
When will python4 be released?
Python 4.0 is just "a version after Python 3.9". That's all. There are no profound changes to the language and no major backwards compatibility issues, and going from Python 3.9 to 4.0 should be just as uneventful as going from Python 3.3 to 3.4 (or from 2.6 to 2.7). I even hope that the application's binary interface (the feature introduced by PEP 384) can remain stable during version upgrades.
At the current pace of language feature releases (approximately one release every 18 months), this means we may see Python 4.0 in 2023, There will be no Python 3.10.
Related recommendations: "Python Tutorial"
The above is the detailed content of When will python4 be released?. For more information, please follow other related articles on the PHP Chinese website!