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 mark.dickinson
Recipients belopolsky, draghuram, mark.dickinson, rhettinger, stutzbach
Date 2010-05-15.12:54:49
SpamBayes Score 4.5201e-06
Marked as misclassified No
Message-id <1273928092.06.0.144733172284.issue8692@psf.upfronthosting.co.za>
In-reply-to
Content
> It's a matter of taste, but I was taught that C allows trailing commas
> in initializers specifically for the cases like this to avoid using a
> leading comma.

Unfortunately, I think C89 doesn't allow for this, and there are tracker issues about Python compiles failing on some platforms (AIX?) thanks to extra trailing commas in the source.  I prefer the extra comma too, but it's not legal C89.
History
Date User Action Args
2010-05-15 12:54:52mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, belopolsky, draghuram, stutzbach
2010-05-15 12:54:52mark.dickinsonsetmessageid: <1273928092.06.0.144733172284.issue8692@psf.upfronthosting.co.za>
2010-05-15 12:54:50mark.dickinsonlinkissue8692 messages
2010-05-15 12:54:50mark.dickinsoncreate