Release Notes: Python 3.13
try: # code that may raise an exception except* ValueError as e: # handle ValueError exception except* TypeError as e: # handle TypeError exception
Below is a detailed breakdown of the key highlights and release notes for Python 3.13. 1. The New and Improved Interactive Interpreter (REPL) python 3.13 release notes
Python 3.13, released in October 2024, is considered one of the most transformative updates to the language, primarily for laying the groundwork for a future without the Global Interpreter Lock (GIL). try: # code that may raise an exception
from dataclasses import dataclass
The distutils module has been removed in Python 3.13. Users should migrate to the setuptools library instead. released in October 2024