Author akuchling
Recipients akuchling, wmula
Date 2008-01-19.22:42:12
SpamBayes Score 0.0264073
Marked as misclassified No
Message-id <1200782533.7.0.862926172249.issue1751519@psf.upfronthosting.co.za>
In-reply-to
Content
I'm doubtful about passing strings of characters that contain characters
+ attrs.  The usual convention used by the curses module is to allow
strings containing attributeless characters to display, or integers that
can include an attribute value.

Perhaps these functions can take an iterable containing either
1-character strings or integers, and assemble them into a C-level array.
History
Date User Action Args
2008-01-19 22:42:14akuchlingsetspambayes_score: 0.0264073 -> 0.0264073
recipients: + akuchling, wmula
2008-01-19 22:42:13akuchlingsetspambayes_score: 0.0264073 -> 0.0264073
messageid: <1200782533.7.0.862926172249.issue1751519@psf.upfronthosting.co.za>
2008-01-19 22:42:12akuchlinglinkissue1751519 messages
2008-01-19 22:42:12akuchlingcreate