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 negval
Recipients negval, serhiy.storchaka
Date 2015-01-29.10:57:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422529074.99.0.784011551429.issue23346@psf.upfronthosting.co.za>
In-reply-to
Content
It returns an integer.

>>> import os
>>> os.open('/tmp/test', os.O_RDONLY)
3
History
Date User Action Args
2015-01-29 10:57:55negvalsetrecipients: + negval, serhiy.storchaka
2015-01-29 10:57:54negvalsetmessageid: <1422529074.99.0.784011551429.issue23346@psf.upfronthosting.co.za>
2015-01-29 10:57:54negvallinkissue23346 messages
2015-01-29 10:57:54negvalcreate