[Python-checkins] cpython (merge 3.6 -> default): Issue #28738: Merge from 3.6

berker.peksag python-checkins at python.org
Fri Nov 25 11:47:42 EST 2016


https://hg.python.org/cpython/rev/04eba322be92
changeset:   105366:04eba322be92
parent:      105363:f16f0500b49b
parent:      105365:43856eb83dc1
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Fri Nov 25 19:48:05 2016 +0300
summary:
  Issue #28738: Merge from 3.6

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


diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
--- a/Doc/library/signal.rst
+++ b/Doc/library/signal.rst
@@ -350,8 +350,9 @@
    attribute descriptions in the :mod:`inspect` module).
 
    On Windows, :func:`signal` can only be called with :const:`SIGABRT`,
-   :const:`SIGFPE`, :const:`SIGILL`, :const:`SIGINT`, :const:`SIGSEGV`, or
-   :const:`SIGTERM`. A :exc:`ValueError` will be raised in any other case.
+   :const:`SIGFPE`, :const:`SIGILL`, :const:`SIGINT`, :const:`SIGSEGV`,
+   :const:`SIGTERM`, or :const:`SIGBREAK`.
+   A :exc:`ValueError` will be raised in any other case.
    Note that not all systems define the same set of signal names; an
    :exc:`AttributeError` will be raised if a signal name is not defined as
    ``SIG*`` module level constant.

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


More information about the Python-checkins mailing list