[New-bugs-announce] [issue6502] documentation error: missing comma between kwonlyargcount & nlocals

kai zhu report at bugs.python.org
Fri Jul 17 13:27:02 CEST 2009


New submission from kai zhu <kaizhu256 at gmail.com>:

missing comma between kwonlyargcount & nlocals

class code(object)
 |  code(argcount, kwonlyargcount nlocals, stacksize, flags, codestring,
 |        constants, names, varnames, filename, name, firstlineno,
 |        lnotab[, freevars[, cellvars]])

----------
assignee: georg.brandl
components: Documentation
messages: 90619
nosy: georg.brandl, kaizhu
severity: normal
status: open
title: documentation error: missing comma between kwonlyargcount & nlocals
type: behavior
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6502>
_______________________________________


More information about the New-bugs-announce mailing list