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 Drekin
Recipients Drekin, Trundle, belopolsky, eric.smith, gstarck, gvanrossum, larry, loewis, mark.dickinson, martin.panter, ncoghlan, pconnell, python-dev, rbcollins, rhettinger, zuo
Date 2015-08-11.20:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439324299.08.0.0457811167808.issue9232@psf.upfronthosting.co.za>
In-reply-to
Content
Do we want to allow a trailing comma after *args or **kwargs in a function definition? Unlike in a call, **kwargs is always the last thing in the list and nothing can be added after that. Just asking.
History
Date User Action Args
2015-08-11 20:18:19Drekinsetrecipients: + Drekin, gvanrossum, loewis, rhettinger, mark.dickinson, ncoghlan, belopolsky, larry, eric.smith, rbcollins, zuo, Trundle, python-dev, gstarck, martin.panter, pconnell
2015-08-11 20:18:19Drekinsetmessageid: <1439324299.08.0.0457811167808.issue9232@psf.upfronthosting.co.za>
2015-08-11 20:18:19Drekinlinkissue9232 messages
2015-08-11 20:18:18Drekincreate