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 ncoghlan
Recipients hynek, ncoghlan, neologix, pitrou, rosslagerwall, tarek
Date 2012-01-08.01:08:23
SpamBayes Score 0.00014157433
Marked as misclassified No
Message-id <1325984903.99.0.190030725288.issue13734@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on a library of general directory walking tools that will hopefully make their way back into the stdlib at some point (http://walkdir.readthedocs.org).

They're designed to filter and transform the output of os.walk (and similar iterators) in various ways.

It may provide a good environment for prototyping a general purpose "tree_map" for applying an operation to a filesystem tree without being vulnerable to symlink attacks.
History
Date User Action Args
2012-01-08 01:08:24ncoghlansetrecipients: + ncoghlan, pitrou, tarek, neologix, rosslagerwall, hynek
2012-01-08 01:08:23ncoghlansetmessageid: <1325984903.99.0.190030725288.issue13734@psf.upfronthosting.co.za>
2012-01-08 01:08:23ncoghlanlinkissue13734 messages
2012-01-08 01:08:23ncoghlancreate