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 srid
Recipients srid, trentm
Date 2009-04-30.18:45:23
SpamBayes Score 0.11354825
Marked as misclassified No
Message-id <1241117124.89.0.424692915995.issue5889@psf.upfronthosting.co.za>
In-reply-to
Content
typedef enum {
    ANS_INIT,
    ANS_AUTO,
    ANS_MANUAL,  <--- Extra comma need to be removed
} AutoNumberState;   /* Keep track if we're auto-numbering fields */
History
Date User Action Args
2009-04-30 18:45:24sridsetrecipients: + srid, trentm
2009-04-30 18:45:24sridsetmessageid: <1241117124.89.0.424692915995.issue5889@psf.upfronthosting.co.za>
2009-04-30 18:45:23sridlinkissue5889 messages
2009-04-30 18:45:23sridcreate