]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Nov 2021 18:30:38 +0000 (10:30 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 18:30:38 +0000 (10:30 -0800)
commit376b24e4f69cba53bae9856e9d076af47bb2b6c6
treed038f2e3a288ee72fca87acc9a9a9e7a9a989566
parent40a57532a5ad5dfd81ab6c72c5fb2e2dc4509199
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
(cherry picked from commit c1f93f0d378958dfae4f24aad0c0088e3e04e403)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Doc/library/dataclasses.rst
Misc/NEWS.d/next/Documentation/2021-05-24-05-00-12.bpo-43905.tBIndE.rst [new file with mode: 0644]