A.M. Kuchling added the comment:

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.

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1751519>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to