python311 Python 3.11: The tomllib library Python 3.11 includes a new tomllib package in the standard library for working with the format.
python311 Python 3.11: Better Error Messages After the big parser improvement in python 3.10, the latest 3.11 release continues with a lot of work put into improving runtime error messages.
python311 Python 3.11: Specialising Adaptive Interpreter Continuing on the articles on whats new in python 3.11, today we will look at an nice improvement in this version: faster runtime.
python311 Python 3.11: Exception Groups We tweeted about exception groups previously as a part of our EuroPython coverage. In this article we will take a deeper look at this feature.