[New-bugs-announce] [issue2328] Class **kwds broken (PEP 3115)

Jack Diederich report at bugs.python.org
Mon Mar 17 18:24:20 CET 2008


New submission from Jack Diederich <jackdied at gmail.com>:

typeobject.c:type_new only allows 0 or 1 keyword arg in class creation
instead of an arbitrary number as per PEP3115.

I'm working on a patch.

----------
assignee: jackdied
components: Interpreter Core
messages: 63681
nosy: jackdied
priority: normal
severity: normal
status: open
title: Class **kwds broken (PEP 3115)
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2328>
__________________________________


More information about the New-bugs-announce mailing list