summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-11 02:45:22 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-11 02:45:22 (GMT)
commita29f7204937dc2600f6cdf6af91ef0c30dba36dc (patch)
treecec908bcc3b67e6bfe620f39839d2cab4e212da5
parentda3bb38452740cec27723d7dc89a926547613204 (diff)
parent199e3f8b96c7576e400def369624ca78c97afec8 (diff)
downloadcpython-a29f7204937dc2600f6cdf6af91ef0c30dba36dc.zip
cpython-a29f7204937dc2600f6cdf6af91ef0c30dba36dc.tar.gz
cpython-a29f7204937dc2600f6cdf6af91ef0c30dba36dc.tar.bz2
Issue #14456: Merge signal doc fix from 3.5
-rw-r--r--Doc/library/signal.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index e3efc8b..98eb7fd 100644
--- a/Doc/library/signal.rst
+++ b/Doc/library/signal.rst
@@ -22,9 +22,6 @@ explicitly reset (Python emulates the BSD style interface regardless of the
underlying implementation), with the exception of the handler for
:const:`SIGCHLD`, which follows the underlying implementation.
-There is no way to "block" signals temporarily from critical sections (since
-this is not supported by all Unix flavors).
-
Execution of Python signal handlers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^