]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
authorandrei kulakov <andrei.avk@gmail.com>
Mon, 29 Nov 2021 18:10:32 +0000 (13:10 -0500)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 18:10:32 +0000 (10:10 -0800)
commitc1f93f0d378958dfae4f24aad0c0088e3e04e403
treeceda2543a1e7a704e261b532f1057047e3cccfb9
parent4141d94fa608cdf5c8cd3e62f7ea1c27fd41eb8d
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)

Expanded ``astuple()`` docs, warning about deepcopy being applied
and providing a workaround.

Automerge-Triggered-By: GH:ericvsmith
Doc/library/dataclasses.rst
Misc/NEWS.d/next/Documentation/2021-05-24-05-00-12.bpo-43905.tBIndE.rst [new file with mode: 0644]