Content deleted Content added
m →Subsequent releases: ce grammar |
m →Subsequent releases: ce space |
||
Line 85:
Python 3.6 followed with async generators and async comprehension, as well as formatted string literals.
Python 3.10 introduced pattern matching via match/case statements. Additionally it provided improved error messages which "were inspired by previous work in the PyPy interpreter."
Python 3.13 added an experimental JIT compiler. Additionally it added the ability to disable the global interpreter lock.
|