[issue2890] O_ASYNC and FASYNC should be defined for *nix systems

Andrii V. Mishkovskyi report at bugs.python.org
Fri May 16 10:16:24 CEST 2008


Andrii V. Mishkovskyi <mishok13 at gmail.com> added the comment:

These flags are non-posix, linux-specific constants. Python 'os' module
uses 'posix' module for all *nix systems, including those, that do not
support O_ASYNC and FASYNC flags. I think your feature request should be
rejected.

----------
nosy: +mishok13

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2890>
__________________________________


More information about the Python-bugs-list mailing list