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@python
components: Documentation
messages: 207121
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20100>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to