New submission from Ismail Donmez <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2890> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com