This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author donmez
Recipients donmez
Date 2008-05-16.07:25:01
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1210922705.9.0.115557259504.issue2890@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-11-16 15:05:20georg.brandlsetspambayes_score: 0.660229 -> 0.0
2008-05-16 07:25:12donmezsetspambayes_score: 0.660229 -> 0.660229
recipients: + donmez
2008-05-16 07:25:08donmezsetspambayes_score: 0.660229 -> 0.660229
messageid: <1210922705.9.0.115557259504.issue2890@psf.upfronthosting.co.za>
2008-05-16 07:25:02donmezlinkissue2890 messages
2008-05-16 07:25:02donmezcreate