Martin v. Löwis added the comment:
Bike-shedding: instead of jsonb, make it json.bytes. Else, it may get confused with other protocols, such as "JSONP" or "BSON".
----------
nosy: +loewis
_______________________________________
Python tracker <report(a)bugs.python.org>
<http://bugs.python.org/issue10976>
_______________________________________
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@python
components: Documentation
messages: 204914
nosy: docs@python, neologix, pitrou
priority: normal
severity: normal
status: open
title: selectors behaviour on EINTR undocumented
type: behavior
versions: Python 3.4
_______________________________________
Python tracker <report(a)bugs.python.org>
<http://bugs.python.org/issue19849>
_______________________________________