0.12
Enhancements:
- Don't follow symlinks in
recursedir()
- Allow
recursedir()
to keep going by passing it ahandle_errors
callback instead of letting it raise.
Behavior change:
recursedir()
now doesn't follow symlinks unless you setfollow_links=True
explicitely