[New-bugs-announce] [issue2890] O_ASYNC and FASYNC should be defined for *nix systems
Ismail Donmez
report at bugs.python.org
Fri May 16 09:25:08 CEST 2008
New submission from Ismail Donmez <ismail at namtrac.org>:
os module have varios O_ declerations but it doesn't define O_ASYNC.
Same for fcntl module which doesn't define FASYNC.
Simply defining
O_ASYNC = 020000
works fine but its not as elegant as saying os.O_ASYNC.
----------
components: Library (Lib)
messages: 66921
nosy: cartman
severity: normal
status: open
title: O_ASYNC and FASYNC should be defined for *nix systems
versions: Python 2.5
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2890>
__________________________________
More information about the New-bugs-announce
mailing list