Message150991
OK, os.walkfd is sounding good:
- accepts a file descriptor, byte sequence or string for "top"
- produces 4-tuples, with the dirfd added at the end
- documents clearly that the dirfd is normally only valid until the next iteration step, so you need to call os.dup() if you want to hang onto it
As far as walkdir integration goes, I currently plan to add it as a "Directory Walking" subsection in shutil before the first alpha. However, it needs a few more updates in PyPI first (e.g. preserving the tuples produced by the underlying iterators, making sure it behaves itself when handed binary paths). I'll post to python-dev about it before I actually commit anything. |
|
Date |
User |
Action |
Args |
2012-01-10 00:33:49 | ncoghlan | set | recipients:
+ ncoghlan, jcea, pitrou, tarek, neologix, rosslagerwall, hynek |
2012-01-10 00:33:49 | ncoghlan | set | messageid: <1326155629.34.0.182190024692.issue13734@psf.upfronthosting.co.za> |
2012-01-10 00:33:48 | ncoghlan | link | issue13734 messages |
2012-01-10 00:33:48 | ncoghlan | create | |
|