]> granicus.if.org Git - python/commit
bpo-37163: Deprecate passing argument obj of dataclasses.replace() by keyword. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Jun 2019 07:33:27 +0000 (10:33 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 07:33:27 +0000 (10:33 +0300)
commitf5b89afde1196ec9f74b7dc0333cec9bc4d4c2db
tree2040a6819af4442fbeb15ed74a48c94b1bc2057b
parent7edf8e50d1df1cab7b3462c836d4ce0be7d8b93b
bpo-37163: Deprecate passing argument obj of dataclasses.replace() by keyword. (GH-13877)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2019-06-07-08-18-05.bpo-37163.36JkUh.rst [new file with mode: 0644]