diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-15 15:53:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 15:53:28 (GMT) |
commit | f8a4c03ede6048022f60a58d5a21b278b78a8a16 (patch) | |
tree | d9f7f1d0e827315be914b2408359067a12bcbaa2 /Misc | |
parent | aca7f574b06c72c85a5e3e4b16a8a5e384a7c4a8 (diff) | |
download | cpython-f8a4c03ede6048022f60a58d5a21b278b78a8a16.zip cpython-f8a4c03ede6048022f60a58d5a21b278b78a8a16.tar.gz cpython-f8a4c03ede6048022f60a58d5a21b278b78a8a16.tar.bz2 |
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-10-12-22-21-01.bpo-30399.45f1gv.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-10-12-22-21-01.bpo-30399.45f1gv.rst b/Misc/NEWS.d/next/Core and Builtins/2017-10-12-22-21-01.bpo-30399.45f1gv.rst new file mode 100644 index 0000000..ccd1575 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-10-12-22-21-01.bpo-30399.45f1gv.rst @@ -0,0 +1,2 @@ +Standard repr() of BaseException with a single argument no longer contains +redundant trailing comma. |