mirror of
https://github.com/python/cpython.git
synced 2026-06-28 11:50:50 +00:00
gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007)
And add tests.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _types_proxy.py | ||
| dataclass_module_1.py | ||
| dataclass_module_1_str.py | ||
| dataclass_module_2.py | ||
| dataclass_module_2_str.py | ||
| dataclass_module_3.py | ||
| dataclass_module_3_str.py | ||
| dataclass_module_4.py | ||
| dataclass_module_4_str.py | ||
| dataclass_textanno.py | ||