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.

作者 ncoghlan
收信人 hynek, ncoghlan, neologix, pitrou, rosslagerwall, tarek
日期 2012-01-08.01:08:23
SpamBayes Score 0.00014157433
Marked as misclassified
Message-id <1325984903.99.0.190030725288.issue13734@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-01-08 01:08:24ncoghlan修改recipients: + ncoghlan, pitrou, tarek, neologix, rosslagerwall, hynek
2012-01-08 01:08:23ncoghlan修改messageid: <1325984903.99.0.190030725288.issue13734@psf.upfronthosting.co.za>
2012-01-08 01:08:23ncoghlan链接issue13734 messages
2012-01-08 01:08:23ncoghlan创建