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 Drew.French, ezio.melotti, gpolo, serhiy.storchaka
Date 2012-12-23.18:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356288910.3.0.829826478701.issue15303@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch against 3.4 which contains proposed OP change and a lot of similar changes in different places. I'm not sure that this should be considered as a bug fix and not as an enhancement.

Drew, as a workaround you can implement __bool__() method which returns True for your widget. Or even better, do not make your container sequence-like.
History
Date User Action Args
2012-12-23 18:55:10serhiy.storchakasetrecipients: + serhiy.storchaka, gpolo, ezio.melotti, Drew.French
2012-12-23 18:55:10serhiy.storchakasetmessageid: <1356288910.3.0.829826478701.issue15303@psf.upfronthosting.co.za>
2012-12-23 18:55:10serhiy.storchakalinkissue15303 messages
2012-12-23 18:55:10serhiy.storchakacreate