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:44:37
SpamBayes Score 7.4022555e-06
Marked as misclassified No
Message-id <1241117078.61.0.563622380824.issue5889@psf.upfronthosting.co.za>
In-reply-to
Content
cc_r -qlanglvl=ansi -c  -DNDEBUG -O  -I. -IInclude -I./Include  
-DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
"Objects/stringlib/string_format.h", line 37.15: 1506-275 (S) Unexpected
text ',' encountered.
make: *** [Objects/unicodeobject.o] Error 1


Not sure why the extra comma is required in the last enumeration.
History
Date User Action Args
2009-04-30 18:44:38sridsetrecipients: + srid, trentm
2009-04-30 18:44:38sridsetmessageid: <1241117078.61.0.563622380824.issue5889@psf.upfronthosting.co.za>
2009-04-30 18:44:37sridlinkissue5889 messages
2009-04-30 18:44:37sridcreate