]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 26 Jun 2019 16:07:44 +0000 (19:07 +0300)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2019 16:07:44 +0000 (19:07 +0300)
commit2d88e63bfcf7bccba925ab80b3f47ccf8b7aefa8
tree586d1b29cd129de3f0bf3f84a8ef62b63536d413
parent69150669f224a1fc47de483557736e725ac5b2a1
bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390)
Doc/library/dataclasses.rst
Lib/dataclasses.py
Misc/NEWS.d/next/Library/2019-06-19-10-35-53.bpo-37163.9pPg2F.rst [new file with mode: 0644]