]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)
authorYury Selivanov <yury@magic.io>
Mon, 9 Dec 2019 14:54:20 +0000 (09:54 -0500)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 9 Dec 2019 14:54:20 +0000 (15:54 +0100)
commitd219cc4180e7589807ebbef7421879f095e72a98
tree851c77c76d776d146532fd16db6ccacbe7a1354e
parentbba873e633f0f1e88ea12fb935cbd58faa77f976
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)
Lib/dataclasses.py
Lib/test/dataclass_textanno.py [new file with mode: 0644]
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-09-23-14-24-37.bpo-34776.1SrQe3.rst [new file with mode: 0644]