Nick Coghlan <ncogh...@gmail.com> added the comment:

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.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to