]> granicus.if.org Git - python/commit
bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Sat, 6 Jan 2018 21:14:03 +0000 (16:14 -0500)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2018 21:14:03 +0000 (16:14 -0500)
commited7d429ebb591f65cef558760fb4ebdc4fc8f8b0
tree372d5745bb9d625b8d7a0be5a2bac802e40e5615
parente7ba013d870012157f695ead7e3645c2828a7fc5
bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-01-06-15-15-34.bpo-32278.bGnGc0.rst [new file with mode: 0644]