Skip to content

bpo-28206: Document signals Handlers, Sigmasks and Signals enums#28628

Merged
JulienPalard merged 4 commits into
python:mainfrom
Bibo-Joshi:fix-issue-28206
Oct 4, 2021
Merged

bpo-28206: Document signals Handlers, Sigmasks and Signals enums#28628
JulienPalard merged 4 commits into
python:mainfrom
Bibo-Joshi:fix-issue-28206

Conversation

@Bibo-Joshi

@Bibo-Joshi Bibo-Joshi commented Sep 29, 2021

Copy link
Copy Markdown
Contributor

See http://bugs.python.org/issue28206

This PR is a replacement/extension of #1939 which was closed incompleted. I tried to address the reviewers comments.
This change is relevant for versions 3.5+, though IISC only 3.9 still accepts bugfixes.

edit: The description of the enums is based on the docs of ssl.VerifyMode

https://bugs.python.org/issue28206

@JulienPalard

Copy link
Copy Markdown
Member

Hi @Bibo-Joshi, thanks for working on it. Could you please rebase your commit on top of main?

You may have worked on an old clone, and based your commit on a commit from 2018.

@Bibo-Joshi

Copy link
Copy Markdown
Contributor Author

Hi @JulienPalard. I based my branch on the branch of #1939, that's why these old commits where there. I've rebased onto main and force-pushed - the diff should be the same.
If you want me to instead squash the old commits & my new commit together, I can do that as well :)

@JulienPalard

Copy link
Copy Markdown
Member

Thanks for rebasing! There's no need to squash in the cpython repository as when we merge a PR, we always squash and merge (probably badly named, it's more a "rebase, squash, and commit"), so the git log of the main branch is always nice and clean.

@JulienPalard JulienPalard left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants