]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44640: Improve punctuation consistency in isinstance/issubclass error messages...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Sep 2021 19:11:41 +0000 (12:11 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Sep 2021 19:11:41 +0000 (20:11 +0100)
commit9c23a1ebade19f20c7d6e592a7d0329545a9a746
tree78cb1cd09971602b00e153e2c7c3e742cac35702
parent753f7af22e78456726496fd5d8bf38e7e6567e4e
bpo-44640: Improve punctuation consistency in isinstance/issubclass error messages (GH-27144) (GH-28436)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit f4813388b4506b2fafb0089848c5b11cd503758c)

Co-authored-by: wyz23x2 <52805709+wyz23x2@users.noreply.github.com>
Co-authored-by: wyz23x2 <52805709+wyz23x2@users.noreply.github.com>
Objects/abstract.c