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 pitrou
Recipients amaury.forgeotdarc, larry, pitrou, sbt
Date 2012-07-06.15:21:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341588095.65.0.0864068550497.issue15263@psf.upfronthosting.co.za>
In-reply-to
Content
> Antoine: all the functions enumerated in os.supports_fd.  Note that the 
> set of such functions may in fact just be os.stat which is already fixed.

As far as I can tell, it is:

>>> os.supports_fd
{<built-in function stat>}
History
Date User Action Args
2012-07-06 15:21:35pitrousetrecipients: + pitrou, amaury.forgeotdarc, larry, sbt
2012-07-06 15:21:35pitrousetmessageid: <1341588095.65.0.0864068550497.issue15263@psf.upfronthosting.co.za>
2012-07-06 15:21:35pitroulinkissue15263 messages
2012-07-06 15:21:35pitroucreate