]> granicus.if.org Git - python/commit
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)
authorSamuel Colvin <samcolvin@gmail.com>
Sun, 13 Oct 2019 11:45:36 +0000 (12:45 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 13 Oct 2019 11:45:36 +0000 (14:45 +0300)
commit793cb85437299a3da3d74fe65480d720af330cbb
treeaf1f297dba6baeb54bdb6838e840f79604d39b6d
parent140a7d1f3579e778656a6b6bfad72489e9870a4d
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2019-10-10-16-53-00.bpo-38431.d5wzNp.rst [new file with mode: 0644]