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

Serhiy Storchaka report at bugs.python.org
Mon Sep 12 02:49:44 EDT 2016


Serhiy Storchaka added the comment:

There is small behavior difference. Currently OSError raised for invalid flags has errno=EINVAL, with the patch it wouldn't have errno. If this is okay, the patch LGTM.

----------
nosy: +serhiy.storchaka

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


More information about the docs mailing list