Roundup Robot added the comment:
New changeset 99c82576bb70 by Benjamin Peterson in branch '3.4':
add a missing comma (closes #25371)
https://hg.python.org/cpython/rev/99c82576bb70
New changeset ae98209ff69a by Benjamin Peterson in branch '3.5':
merge 3.4 (#25371)
https://hg.python.org/cpython/r
New submission from Chris Angelico:
The grammar of the IMPORTANT NOTICE on the select module and the select.select
function wants a comma, I think. Patch attached.
--
assignee: docs@python
components: Documentation
files: add_comma.patch
keywords: patch
messages: 252750
nosy: Rosuav, do