[docs] [issue20100] epoll docs are not clear with regards to CLOEXEC.

R. David Murray report at bugs.python.org
Tue Dec 31 16:58:14 CET 2013


New submission from R. David Murray:

http://docs.python.org/dev/library/select.html#select.epoll documents the EPOLL_CLOEXEC flag as something you can specify that makes the file descriptor be closed on exec.  But then it goes on to say that the file descriptor is non-inheritable.  So is the flag useless and should be removed from the docs, or is the documentation just unclear as to its purpose?  Or, conversely, do we need a way to say that the file descriptor should *not* be closed on exec?

----------
assignee: docs at python
components: Documentation
messages: 207121
nosy: docs at python, haypo, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: epoll docs are not clear with regards to CLOEXEC.
type: behavior
versions: Python 3.4

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


More information about the docs mailing list