From 78d7e5f2220eb4139515ad786fcf534aefde3618 Mon Sep 17 00:00:00 2001 From: Zhang Maiyun Date: Sat, 21 Nov 2020 02:16:46 +0800 Subject: [PATCH] Fix wrong availability for signal.SIGCHLD (GH-23285) I believe this is a mistake. SIGCHLD is only available on Unix systems, not Windows. (cherry picked from commit 4c24b08cd3239b417a5f8c7ba2ba54c840d051e3) Co-authored-by: Zhang Maiyun --- Doc/library/signal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 5488f4a1f9685f..5551d2b96d9c33 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst @@ -117,7 +117,7 @@ The variables defined in the :mod:`signal` module are: Child process stopped or terminated. - .. availability:: Windows. + .. availability:: Unix. .. data:: SIGCLD