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 georg.brandl
Recipients georg.brandl, srid, trentm
Date 2009-05-01.08:52:39
SpamBayes Score 0.0007192108
Marked as misclassified No
Message-id <1241167961.24.0.145444637259.issue5889@psf.upfronthosting.co.za>
In-reply-to
Content
The comma isn't required, but it's good practice in Python to end lists
with a comma (so that you don't forget adding it when adding new items),
and this habit probably made it into C code there.

Fixed in r72159.
History
Date User Action Args
2009-05-01 08:52:41georg.brandlsetrecipients: + georg.brandl, trentm, srid
2009-05-01 08:52:41georg.brandlsetmessageid: <1241167961.24.0.145444637259.issue5889@psf.upfronthosting.co.za>
2009-05-01 08:52:40georg.brandllinkissue5889 messages
2009-05-01 08:52:39georg.brandlcreate