This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2017-05-19.21:28:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495229308.76.0.676395028674.issue30399@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-19 21:28:28terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2017-05-19 21:28:28terry.reedysetmessageid: <1495229308.76.0.676395028674.issue30399@psf.upfronthosting.co.za>
2017-05-19 21:28:28terry.reedylinkissue30399 messages
2017-05-19 21:28:28terry.reedycreate