summaryrefslogtreecommitdiffstats
path: root/Lib/test/dataclass_module_2.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33453: Handle string type annotations in dataclasses. (GH-6768)Miss Islington (bot)2018-05-161-0/+32
(cherry picked from commit 2a7bacbd913cf2bf568b3c0f85a758946d3cf4e9) Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>