Mark Dickinson <dicki...@gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8692>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to