[issue30399] Get rid of trailing comma in the repr() of BaseException

Terry J. Reedy report at bugs.python.org
Fri May 19 17:28:28 EDT 2017


Terry J. Reedy added the comment:

I think the trailing comma is slightly worse than redundant, as someone who has forgotten the trailing comma rule for calls can mistakenly read it as making the arg a tuple.  So +1 on removing it.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30399>
_______________________________________


More information about the Python-bugs-list mailing list