[docs] [issue30176] curses attribute constants list is incomplete

Serhiy Storchaka report at bugs.python.org
Wed Apr 26 13:15:06 EDT 2017


New submission from Serhiy Storchaka:

Initially constants was enumerated in alphabetical order (except A_ITALIC). Maybe continue supporting this order? On other hand, it may be worth to group highlighting attributes separately. A_ATTRIBUTES, A_CHARTEXT and A_COLOR are not specific attributes, but bit masks, they also could be grouped separately or moved into a separate table.

Perhaps it is worth to add notes for A_ITALIC and highlighting attributes. They are not always available.

----------
nosy: +serhiy.storchaka

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


More information about the docs mailing list