[issue16541] tk_setPalette doesn't accept keyword parameters

Serhiy Storchaka report at bugs.python.org
Fri Nov 23 18:41:22 CET 2012


Serhiy Storchaka added the comment:

There are two ways to fix this issue:

1. Fix tk_setPalette() (just wrap kw.items() with list() or tuple()).
2. Fix C implementation of _flatten() for work with any iterators.

----------
nosy: +gpolo, serhiy.storchaka
stage:  -> needs patch
type: compile error -> behavior
versions: +Python 3.2, Python 3.4

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


More information about the Python-bugs-list mailing list