On Sep 10, 4:17 pm, "Michel Claveau - MVP"<[email protected]> wrote: > What is this final comma?
My guess without looking at the code is that the line occurs in a dict
definition:
PACKET_OF_VALUES = dict(
maintainer=u"Sebastien Sable",
version=3.0,
...
)
Either that or 'maintainer' is a tuple ;)
--
http://mail.python.org/mailman/listinfo/python-list
