]> 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:32:56 +0000 (10:32 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 18:32:56 +0000 (10:32 -0800)
commit32f1491a9770b7f2989507ecf8f13ef35dd95b0b
treee0d3eb306f460899995dd20779c9ce99fc21addf
parentaf39cfa6ca1e5dc4e5d28c1f09a875a14354e4ae
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]