[issue24183] ABCMeta classes do not support the **kwargs standard class interface

R. David Murray report at bugs.python.org
Thu May 14 01:56:39 CEST 2015


R. David Murray added the comment:

ABCMeta does not support arbitrary keyword arguments, that is correct.  If you want keyword arguments to be handled, you need to write your own metaclass that does so.

(I'm pretty sure I'm reading the PEP correctly...if not I'm sure one of the other core devs will re-open this ;)

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list