Issue 28206: signal.Signals not documented (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72393

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:37 admin set github: 72393
2022-01-14 18:42:31 iritkatriel set status: open -> closedstage: patch review -> resolvedresolution: fixedversions: + Python 3.11, - Python 3.6, Python 3.7, Python 3.8
2021-12-18 08:43:33 Bibo-Joshi set messages: +
2021-10-04 11:09:56 mdk set nosy: + mdkmessages: +
2021-09-29 16:16:37 Bibo-Joshi set keywords: + patchpull_requests: + <pull%5Frequest26998>
2021-09-28 14:28:54 Bibo-Joshi set nosy: + Bibo-Joshi
2018-08-23 23:52:02 berker.peksag set nosy: + berker.peksagtype: enhancementversions: + Python 3.7, Python 3.8, - Python 3.5
2017-06-10 14:54:23 Mariatta set stage: patch review
2017-06-04 11:00:08 desbma set pull_requests: + <pull%5Frequest2018>
2016-10-06 22:47:01 Mariatta set nosy: + Mariatta
2016-09-19 15:00:04 samuelcolvin create