]> granicus.if.org Git - python/commit
bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815)
authorChristopher Hunt <chrahunt@gmail.com>
Tue, 12 Feb 2019 11:50:49 +0000 (06:50 -0500)
committerEric V. Smith <ericvsmith@users.noreply.github.com>
Tue, 12 Feb 2019 11:50:49 +0000 (06:50 -0500)
commitb01786c8812c4cc24dd561b5941025bdd6f444c0
tree7ce684adbbc729ae848b7190a87631ed9d92ef14
parenta31f4cc881992e84d351957bd9ac1a92f882fa39
 bpo-35960: Fix dataclasses.field throwing away empty metadata.  (GH-11815)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2019-02-10-20-57-12.bpo-35960.bh-6Ja.rst [new file with mode: 0644]