[issue26343] os.O_CLOEXEC not available on OS X

Ned Deily report at bugs.python.org
Fri Feb 12 00:01:54 EST 2016


Ned Deily added the comment:

This is only one example of many cases of calls and options that are exposed by the os module but are not available on specific platforms or platform releases.  It would be a huge documentation effort to try to identify and keep them all up-to-date.  The fourth bullet at the beginning of the "os" module doc page is intended to cover this:

"An “Availability: Unix” note means that this function is commonly found on Unix systems. It does not make any claims about its existence on a specific operating system."

https://docs.python.org/3/library/os.html#module-os

----------

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


More information about the Python-bugs-list mailing list