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

I’ve incorporated all the feedback (I hope).

I had to refactor the tests slightly, but we have 100% code coverage for both 
versions of rmtree. Speaking of: I’ve renamed the default version of rmtree to 
_default_rmtree and _safe_rmtree to _safe_fwalk_rmtree as we’ll need more _safe 
versions for OS X and Windows. Also, that way the default version isn’t lost.

(this time both docs and code are in one patch, sorry for the experiment)

This might not be the final patch though as I’m waiting on feedback for the 
backward compatibility question 
(<http://mail.python.org/pipermail/python-dev/2012-May/119543.html>). That 
might simplify the tests again a bit if we decide to "fake".

Have a nice Sunday everyone. :)

----------
Added file: http://bugs.python.org/file25649/rmtree-with-fwalk-v2.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