Version 1.3.0 - 2022-06-14
Changed
- Removed experimental warning from
Path.copy
andPath.move
; they are now well enough tested. - The
util_format
submodule has been renamed toutil_repr
. The
util_format
is now a deprecated alias forutil_repr
. - Stub out merge methods for SetDict.
- Renamed
FormatterExtensions
toReprExtensions
, with the former now being a deprecated alias. ubelt.cmd
now returns an object that ducktypessubprocess.CompletedProcess
.ubelt.cmd
now contains acapture
argument which will disable capturing of output.ubelt.cmd
...detaching now only prints if verbosity is > 1