]> granicus.if.org Git - python/commit
bpo-33453: Handle string type annotations in dataclasses. (GH-6768)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 16 May 2018 02:44:27 +0000 (22:44 -0400)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 02:44:27 +0000 (22:44 -0400)
commit2a7bacbd913cf2bf568b3c0f85a758946d3cf4e9
tree72139540fcd8f6824c8265cb7ed4515b3d3a0c37
parentd8dcd57edb88ce57063e5c2b85fe0ee1abb1ce8b
bpo-33453: Handle string type annotations in dataclasses. (GH-6768)
Lib/dataclasses.py
Lib/test/dataclass_module_1.py [new file with mode: 0644]
Lib/test/dataclass_module_1_str.py [new file with mode: 0644]
Lib/test/dataclass_module_2.py [new file with mode: 0644]
Lib/test/dataclass_module_2_str.py [new file with mode: 0644]
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-05-12-06-01-02.bpo-33453.Fj-jMD.rst [new file with mode: 0644]