[New-bugs-announce] [issue25559] signal.siginterrupt description has typo

Tom Meagher report at bugs.python.org
Thu Nov 5 11:54:37 EST 2015


New submission from Tom Meagher:

"if flag is False, system calls will be restarted when interrupted by signal signalnum, otherwise system calls will be interrupted."

This sentence doesn't make any sense as written.  I assume there should be a "not" in there somewhere, but I'm unclear if signal calls are not interrupted when the flag is false, or not interrupted when they are true.

----------
assignee: docs at python
components: Documentation
messages: 254121
nosy: Tom Meagher, docs at python
priority: normal
severity: normal
status: open
title: signal.siginterrupt description has typo
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25559>
_______________________________________


More information about the New-bugs-announce mailing list