-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-30176: add missing curses cell attributes constants #1302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.