]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 11 Mar 2023 00:26:46 +0000 (03:26 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 00:26:46 +0000 (17:26 -0700)
commitb48be8fa18518583abb21bf6e4f5d7e4b5c9d7b2
treef378710f37135e512641c0c72ee3b22dcc5b5d18
parentee6f8413a99d0ee4828e1c81911e203d3fff85d5
gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
Doc/library/dataclasses.rst
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2023-02-21-11-56-16.gh-issue-102103.Dj0WEj.rst [new file with mode: 0644]