lib.Result.strip: Rename to .strip_output #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260617-"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The .strip property of class Result defaults to True, and its name
isn't very clear. Rename it to .strip_output, and default it to False
to avoid surprising contents for unsuspecting callers.
Signed-off-by: Jan Lindemann jan@janware.com