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 larry
Recipients Arfrever, georg.brandl, larry, ncoghlan
Date 2012-06-25.05:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340601630.79.0.0228521103317.issue15176@psf.upfronthosting.co.za>
In-reply-to
Content
Nevermind, I'm an idiot.  fdopendir doesn't support dir_fd as a separate path, so listdir can't support it either.

There's an unwritten property of the os module on a POSIX system: all the functions are essentially-atomic.  This is useful and should not be broken lightly.

I'll make a patch clarifying the behavior of listdir.
History
Date User Action Args
2012-06-25 05:20:30larrysetrecipients: + larry, georg.brandl, ncoghlan, Arfrever
2012-06-25 05:20:30larrysetmessageid: <1340601630.79.0.0228521103317.issue15176@psf.upfronthosting.co.za>
2012-06-25 05:20:30larrylinkissue15176 messages
2012-06-25 05:20:29larrycreate