[issue6502] documentation error: missing comma between kwonlyargcount & nlocals

2009-07-18 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74076. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker ___ __

[issue6502] documentation error: missing comma between kwonlyargcount & nlocals

2009-07-17 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks for the report. This was introduced in r60313 (see also #1939). -- assignee: georg.brandl -> ezio.melotti nosy: +ezio.melotti priority: -> low resolution: -> accepted stage: -> needs patch ___ Python tracker

[issue6502] documentation error: missing comma between kwonlyargcount & nlocals

2009-07-17 Thread kai zhu
New submission from kai zhu : missing comma between kwonlyargcount & nlocals class code(object) | code(argcount, kwonlyargcount nlocals, stacksize, flags, codestring, |constants, names, varnames, filename, name, firstlineno, |lnotab[, freevars[, cellvars]]) -- assign