The Python documentation has been updated with several improvements, including better organization, more detailed explanations, and improved search functionality.

The dataclasses module has been updated with several new features, including support for frozen dataclasses, improved initialization, and enhanced repr formatting.

@dataclass(frozen=True) class Person: name: str age: int

Python 3.13 Release Notes -

The Python documentation has been updated with several improvements, including better organization, more detailed explanations, and improved search functionality.

The dataclasses module has been updated with several new features, including support for frozen dataclasses, improved initialization, and enhanced repr formatting. python 3.13 release notes

@dataclass(frozen=True) class Person: name: str age: int The Python documentation has been updated with several