bpo-30176: add missing curses cell attributes constants#1302
bpo-30176: add missing curses cell attributes constants#1302Mariatta merged 5 commits intopython:masterfrom
Conversation
|
@zhangyangyu, thanks for your PR! By analyzing the history of the files in this pull request, we identified @akuchling, @birkenfeld and @ezio-melotti to be potential reviewers. |
Doc/library/curses.rst
Outdated
| +------------------+-------------------------------+ | ||
| | Attribute | Meaning | | ||
| +==================+===============================+ | ||
| | ``A_ATTRIBUTES`` | Bit-mask to extract | |
There was a problem hiding this comment.
Either add periods at the end of new descriptions or remove them at the end of existing descriptions.
|
Now it's grouped and they are in alphabetical order in group. |
|
Please resolve the conflict. Otherwise I think this is good to go. |
|
Thanks @Mariatta ! I am busy recently. I'll do the backports this weekend. |
|
RC of 3.6.2 will be released in few hours. |
|
I have to go back home to make PRs. :-( If anyone would like to do the backports then thanks. :-) But I think there will be some conflicts to resolve since |
|
Bacport PR: #2241. Please review. |
No description provided.