This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: signal.Signals not documented
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Bibo-Joshi, Mariatta, berker.peksag, docs@python, mdk, samuelcolvin
Priority: normal Keywords: patch

Created on 2016-09-19 15:00 by samuelcolvin, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1939 closed desbma, 2017-06-04 11:00
PR 28628 merged Bibo-Joshi, 2021-09-29 16:16
Messages (3)
msg276979 - (view) Author: Samuel Colvin (samuelcolvin) * Date: 2016-09-19 15:00
As per discussion on typeshed pull request discussion (https://github.com/python/typeshed/pull/555) the "signal.Signals" enum is not documented but should be.

See https://docs.python.org/3.5/library/signal.html.
msg403129 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2021-10-04 11:09
New changeset 9be930f9b169fb3d92693670ae069df902709b83 by Bibo-Joshi in branch 'main':
bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628)
https://github.com/python/cpython/commit/9be930f9b169fb3d92693670ae069df902709b83
msg408837 - (view) Author: Hinrich Mahler (Bibo-Joshi) * Date: 2021-12-18 08:43
I think this can be closed now.
History
Date User Action Args
2022-04-11 14:58:37adminsetgithub: 72393
2022-01-14 18:42:31iritkatrielsetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.11, - Python 3.6, Python 3.7, Python 3.8
2021-12-18 08:43:33Bibo-Joshisetmessages: + msg408837
2021-10-04 11:09:56mdksetnosy: + mdk
messages: + msg403129
2021-09-29 16:16:37Bibo-Joshisetkeywords: + patch
pull_requests: + pull_request26998
2021-09-28 14:28:54Bibo-Joshisetnosy: + Bibo-Joshi
2018-08-23 23:52:02berker.peksagsetnosy: + berker.peksag

type: enhancement
versions: + Python 3.7, Python 3.8, - Python 3.5
2017-06-10 14:54:23Mariattasetstage: patch review
2017-06-04 11:00:08desbmasetpull_requests: + pull_request2018
2016-10-06 22:47:01Mariattasetnosy: + Mariatta
2016-09-19 15:00:04samuelcolvincreate