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 kaizhu
Recipients georg.brandl, kaizhu
Date 2009-07-17.11:26:59
SpamBayes Score 0.10455218
Marked as misclassified No
Message-id <1247830022.67.0.951938723623.issue6502@psf.upfronthosting.co.za>
In-reply-to
Content
missing comma between kwonlyargcount & nlocals

class code(object)
 |  code(argcount, kwonlyargcount nlocals, stacksize, flags, codestring,
 |        constants, names, varnames, filename, name, firstlineno,
 |        lnotab[, freevars[, cellvars]])
History
Date User Action Args
2009-07-17 11:27:03kaizhusetrecipients: + kaizhu, georg.brandl
2009-07-17 11:27:02kaizhusetmessageid: <1247830022.67.0.951938723623.issue6502@psf.upfronthosting.co.za>
2009-07-17 11:27:00kaizhulinkissue6502 messages
2009-07-17 11:26:59kaizhucreate