This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients HJarausch, gpolo, serhiy.storchaka
Date 2012-11-23.17:41:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353692482.77.0.834679855219.issue16541@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-23 17:41:22serhiy.storchakasetrecipients: + serhiy.storchaka, gpolo, HJarausch
2012-11-23 17:41:22serhiy.storchakasetmessageid: <1353692482.77.0.834679855219.issue16541@psf.upfronthosting.co.za>
2012-11-23 17:41:22serhiy.storchakalinkissue16541 messages
2012-11-23 17:41:22serhiy.storchakacreate