Hynek Schlawack <h...@ox.cx> added the comment:

A small docs update: I don't list the possible functions for onerror at  all 
anymore, as that list is likely to grow and is a PITA to maintain. People 
shouldn’t rely on a certain set of functions here.

Martin proposed 
<http://mail.python.org/pipermail/python-dev/2012-May/119555.html> to 
re-implement os.fwalk inside of rmdir which I’m -1 
<http://mail.python.org/pipermail/python-dev/2012-May/119556.html> on.

If error reporting is the only issue, I’d rather expand fwalk to supply the 
function that failed to the caller. Be it using a custom field in exceptions or 
be it using expanding its onerror.

----------
nosy: +loewis
Added file: http://bugs.python.org/file25660/rmtree-with-fwalk-v3.diff

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

Reply via email to