[issue30176] curses attribute constants list is incomplete

2017-06-19 Thread Xiang Zhang
Xiang Zhang added the comment: Thanks Mariatta and Serhiy! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___ _

[issue30176] curses attribute constants list is incomplete

2017-06-19 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset b39a7481ee7e6166d6d2b252a7a514b1f6553dfa by Xiang Zhang in branch '2.7': bpo-30176: Add missing curses cell attributes constants (#2278) https://github.com/python/cpython/commit/b39a7481ee7e6166d6d2b252a7a514b1f6553dfa -- _

[issue30176] curses attribute constants list is incomplete

2017-06-19 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 04521c275e47e4df59046ee0297810f06c208350 by Xiang Zhang in branch '3.5': bpo-30176: Add missing curses cell attributes constants (#2277) https://github.com/python/cpython/commit/04521c275e47e4df59046ee0297810f06c208350 -- _

[issue30176] curses attribute constants list is incomplete

2017-06-19 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +2327 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30176] curses attribute constants list is incomplete

2017-06-19 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +2326 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30176] curses attribute constants list is incomplete

2017-06-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 304a96e5868c1b38a87692668f297aaf041e6e67 by Mariatta in branch '3.6': bpo-30176: Add missing curses cell attributes constants (GH-1302). (GH-2241) https://github.com/python/cpython/commit/304a96e5868c1b38a87692668f297aaf041e6e67 -- ___

[issue30176] curses attribute constants list is incomplete

2017-06-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2284 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30176] curses attribute constants list is incomplete

2017-06-15 Thread Xiang Zhang
Changes by Xiang Zhang : -- stage: patch review -> backport needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue30176] curses attribute constants list is incomplete

2017-06-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 116dd5eba60a940b35db6aaf4e8c998ac30ad440 by Mariatta (Xiang Zhang) in branch 'master': bpo-30176: Add missing curses cell attributes constants (GH-1302) https://github.com/python/cpython/commit/116dd5eba60a940b35db6aaf4e8c998ac30ad440 -

[issue30176] curses attribute constants list is incomplete

2017-04-26 Thread Xiang Zhang
Xiang Zhang added the comment: I can't find any official, portable doc about the details so I don't prefer to have them. I support bit-masks are different. Previously I don't what's the better way to organize them, now I have a try. Please check the update. :-) --

[issue30176] curses attribute constants list is incomplete

2017-04-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +twouters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30176] curses attribute constants list is incomplete

2017-04-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I still think that the difference between the groups should be documented in more details. Not all functions that support A_BOLD support also A_ITALIC and A_HORIZONTAL (even if they are defined). Bit masks are used in totally different way than other constan

[issue30176] curses attribute constants list is incomplete

2017-04-26 Thread Xiang Zhang
Xiang Zhang added the comment: +1 for group. I added "The exact constants available are system dependent" to note some may be absent. -- ___ Python tracker ___ _

[issue30176] curses attribute constants list is incomplete

2017-04-26 Thread Serhiy Storchaka
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,

[issue30176] curses attribute constants list is incomplete

2017-04-26 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +1409 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue30176] curses attribute constants list is incomplete

2017-04-26 Thread Xiang Zhang
Changes by Xiang Zhang : -- assignee: docs@python components: Documentation nosy: berker.peksag, docs@python, haypo, xiang.zhang priority: normal severity: normal stage: patch review status: open title: curses attribute constants list is incomplete versions: Python 2.7, Python 3.5, Pytho