diff -r d0ed9643cd57 Doc/library/signal.rst --- a/Doc/library/signal.rst Thu Nov 17 23:31:29 2016 -0600 +++ b/Doc/library/signal.rst Fri Nov 18 14:50:56 2016 +0100 @@ -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:`SIGBREAK`, :const:`SIGFPE`, :const:`SIGILL`, :const:`SIGINT`, + :const:`SIGSEGV`, or :const:`SIGTERM`. 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.