[Python-checkins] cpython (merge 3.5 -> default): Issue #14456: Merge signal doc fix from 3.5

martin.panter python-checkins at python.org
Sun Apr 10 22:47:18 EDT 2016


https://hg.python.org/cpython/rev/a8dbe6016a31
changeset:   100914:a8dbe6016a31
parent:      100912:bf44913588b7
parent:      100913:73050563053f
user:        Martin Panter <vadmium+py at gmail.com>
date:        Mon Apr 11 02:45:22 2016 +0000
summary:
  Issue #14456: Merge signal doc fix from 3.5

files:
  Doc/library/signal.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
--- a/Doc/library/signal.rst
+++ b/Doc/library/signal.rst
@@ -22,9 +22,6 @@
 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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list