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 rosslagerwall
Recipients larry, rosslagerwall
Date 2011-09-05.15:18:18
SpamBayes Score 0.0014011771
Marked as misclassified No
Message-id <1315235958.65.0.866590530068.issue12898@psf.upfronthosting.co.za>
In-reply-to
Content
Also see fdopendir(3) which allows you to pass an open file descriptor to get a C dirent struct.

This is implemented in the os module too but instead of returning a struct, it returns a list.
History
Date User Action Args
2011-09-05 15:19:18rosslagerwallsetrecipients: + rosslagerwall, larry
2011-09-05 15:19:18rosslagerwallsetmessageid: <1315235958.65.0.866590530068.issue12898@psf.upfronthosting.co.za>
2011-09-05 15:18:18rosslagerwalllinkissue12898 messages
2011-09-05 15:18:18rosslagerwallcreate