]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40389: Improve repr of typing.Optional (#19714)
authorVlad Serebrennikov <brainvlad@gmail.com>
Thu, 30 Apr 2020 01:06:39 +0000 (04:06 +0300)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 01:06:39 +0000 (18:06 -0700)
commit138a9b9c2a394f30f222c23391f9515a7df9d809
tree04e0c2277414db12ea5a2acdc3cdf867f16db613
parentb1e11c31c523dc082985e9de779ceeb47224e536
bpo-40389: Improve repr of typing.Optional (#19714)
Lib/test/test_dataclasses.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-04-25-20-00-58.bpo-40389.FPA6f0.rst [new file with mode: 0644]