#258: Bugfix to a previous, incorrectly applied fix regarding
local on Windows platforms.
#324: Update run/sudo‘s
combine_stderr kwarg so that it correctly overrides the global setting in
all cases. This required changing its default value to None, but the
default behavior (behaving as if the setting were True) has not changed.
Thanks to Matthew Woodcraft and Connor Smith for the catch.
#337: Fix logic bug in put preventing use of
mirror_local_mode. Thanks to Roman Imankulov for catch & patch.
#352 (also #320): Seemingly random issues with output lockup
and input problems (e.g. sudo prompts incorrectly rejecting passwords) appear
to have been caused by an I/O race condition. This has been fixed. Thanks to
Max Arnold and Paul Oswald for the detailed reports and to Max for the
diagnosis and patch.