[docs] [issue19849] selectors behaviour on EINTR undocumented

Antoine Pitrou report at bugs.python.org
Sun Dec 1 12:37:43 CET 2013


New submission from Antoine Pitrou:

Selector.Select() may return an empty list when interrupted, but the doc doesn't say so. The reader will probably trust the statement that """If timeout is None, the call will block until a monitored file object becomes ready""".

----------
assignee: docs at python
components: Documentation
messages: 204914
nosy: docs at python, neologix, pitrou
priority: normal
severity: normal
status: open
title: selectors behaviour on EINTR undocumented
type: behavior
versions: Python 3.4

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


More information about the docs mailing list