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@python
components: Documentation
messages: 254121
nosy: Tom Meagher, docs@python
priority: normal
severity: normal
status: open
title: signal.siginterrupt description has typo
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25559>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to