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 sbt
Recipients amaury.forgeotdarc, larry, python-dev, sbt
Date 2012-07-06.11:36:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341574585.75.0.533854223921.issue15261@psf.upfronthosting.co.za>
In-reply-to
Content
> Many os functions started to accept file descriptors.  
> I don't know how many are available on Windows...

On Windows os.stat() seems to be the only one:

  >>> os.supports_fd
  {<built-in function stat>}
History
Date User Action Args
2012-07-06 11:36:25sbtsetrecipients: + sbt, amaury.forgeotdarc, larry, python-dev
2012-07-06 11:36:25sbtsetmessageid: <1341574585.75.0.533854223921.issue15261@psf.upfronthosting.co.za>
2012-07-06 11:36:25sbtlinkissue15261 messages
2012-07-06 11:36:25sbtcreate