Message161048
+ Same a rmtree but uses safe functions to avoid race conditions
^
typo
+ onerror(os.unlinkat, os.path.join(path, name), sys.exc_info())
+ onerror(os.fwalk, path, sys.exc_info())
The documentation currently states that the first argument of onerror will be one of os.path.islink, os.listdir, os.remove, os.rmdir. You shuld probably add os.unlinkat and os.fwalk to that list now.
Otherwise, looks good to me. |
|
| Date |
User |
Action |
Args |
| 2012-05-18 11:42:49 | petri.lehtinen | set | recipients:
+ petri.lehtinen, jcea, pitrou, schmir, tarek, eric.araujo, Arfrever, mrts, neologix, teamnoir, rosslagerwall, hynek |
| 2012-05-18 11:42:49 | petri.lehtinen | set | messageid: <[email protected]> |
| 2012-05-18 11:42:49 | petri.lehtinen | link | issue4489 messages |
| 2012-05-18 11:42:48 | petri.lehtinen | create | |
|