History of Python: Difference between revisions

Content deleted Content added
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." <ref>{{Cite web |title=What’s New In Python 3.10 |url=https://docs.python.org/3/whatsnew/3.10.html |access-date=2025-06-12 |website=Python documentation |language=en}}</ref>
 
Python 3.13 added an experimental JIT compiler. Additionally it added the ability to disable the global interpreter lock.