20.0.0
First release of the year! Also the first release in a while to add a new module, pathutils
!
- New module pathutils:
- pathutils.augpath augments a path by modifying its components
- pathutils.shrinkuser inverts :func:
os.path.expanduser
. - pathutils.expandpath shell-like environ and tilde expansion
- add
include_dirs
param to fileutils.iter_find_files - Make funcutils.format_invocation more deterministic
- add strutils.unwrap_text which does what you think to wrapped text
- Py3 fixes
- iterutils.chunked to work with the
bytes
type (#231) - cacheutils.ThresholdCounter's
get_common_count()
- iterutils.chunked to work with the