]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 15 Nov 2017 15:53:28 +0000 (17:53 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2017 15:53:28 +0000 (17:53 +0200)
commitf8a4c03ede6048022f60a58d5a21b278b78a8a16
treed9f7f1d0e827315be914b2408359067a12bcbaa2
parentaca7f574b06c72c85a5e3e4b16a8a5e384a7c4a8
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
Lib/test/test_baseexception.py
Lib/test/test_httplib.py
Lib/test/test_yield_from.py
Misc/NEWS.d/next/Core and Builtins/2017-10-12-22-21-01.bpo-30399.45f1gv.rst [new file with mode: 0644]
Objects/exceptions.c