diff options
author | Augusto Hack <hack.augusto@gmail.com> | 2019-06-03 02:14:48 (GMT) |
---|---|---|
committer | Eric V. Smith <ericvsmith@users.noreply.github.com> | 2019-06-03 02:14:48 (GMT) |
commit | 01ee12ba35a333e8a6a25c4153c4a21838e9585c (patch) | |
tree | 2bfae29ffb6dd7c2c3b94e90d6f4c4294b7be3e9 /Misc/NEWS.d/next | |
parent | 0025350294959594e7f57aef4fc9579c77a0ed1c (diff) | |
download | cpython-01ee12ba35a333e8a6a25c4153c4a21838e9585c.zip cpython-01ee12ba35a333e8a6a25c4153c4a21838e9585c.tar.gz cpython-01ee12ba35a333e8a6a25c4153c4a21838e9585c.tar.bz2 |
bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-08-28-03-00-12.bpo-33569.45YlGG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-08-28-03-00-12.bpo-33569.45YlGG.rst b/Misc/NEWS.d/next/Library/2018-08-28-03-00-12.bpo-33569.45YlGG.rst new file mode 100644 index 0000000..adafa28 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-08-28-03-00-12.bpo-33569.45YlGG.rst @@ -0,0 +1 @@ +dataclasses.InitVar: Exposes the type used to create the init var. |