Python 3.11 Preview: Task and Exception Groups
Python 3.11 will be released in October 2022. Even though October is still months away, you can already preview some of the upcoming features, including the new task and exception groups that Python 3.11 has to offer. Task groups let you organize your asynchronous code better, while exception groups can collect several errors happening at the same time and let you handle them in a straightforward manner. There are many other improvements and features coming in Python 3.11. Check out […]
Read more