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 serhiy.storchaka
Recipients CuriousLearner, eric.smith, ncoghlan, serhiy.storchaka
Date 2017-06-20.13:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497965916.94.0.693942469347.issue30597@psf.upfronthosting.co.za>
In-reply-to
Content
Actually end=' ' in Python 3 is not exact replacement of the trailing comma in Python 2. But it covers most of cases. The difference is too subtle and too subtle for the user that makes an error of using Python 2 syntax in Python 3.
History
Date User Action Args
2017-06-20 13:38:36serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, eric.smith, CuriousLearner
2017-06-20 13:38:36serhiy.storchakasetmessageid: <1497965916.94.0.693942469347.issue30597@psf.upfronthosting.co.za>
2017-06-20 13:38:36serhiy.storchakalinkissue30597 messages
2017-06-20 13:38:36serhiy.storchakacreate