Content deleted Content added
→Version 3: Add info about notable 3.x releases |
m →Subsequent releases: ce grammar |
||
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 "
Python 3.13 added an experimental JIT compiler. Additionally it added the ability to disable the global interpreter lock.
|