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 martin.panter
Recipients Joshua.Landau, NeilGirdhar, docs@python, ezio.melotti, jordan, martin.panter
Date 2016-06-08.10:17:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465381034.74.0.707272247727.issue22942@psf.upfronthosting.co.za>
In-reply-to
Content
Bug 1 is still present in 3.5. In 3.6 it is no longer relevant because the documentation was changed for Issue 9232 (allowing trailing commas in function definitions).

Bug 2 is present in 2.7, but is not relevant to 3.5+. Trailing commas are now allowed in function calls, probably thanks to PEP 448, unpacking generalizations.

Bug 3 has been fixed in Issue 27042.
History
Date User Action Args
2016-06-08 10:17:14martin.pantersetrecipients: + martin.panter, ezio.melotti, docs@python, Joshua.Landau, NeilGirdhar, jordan
2016-06-08 10:17:14martin.pantersetmessageid: <1465381034.74.0.707272247727.issue22942@psf.upfronthosting.co.za>
2016-06-08 10:17:14martin.panterlinkissue22942 messages
2016-06-08 10:17:14martin.pantercreate