v1.1.0
[1.1.0] - 2024-09-19
Added
- Support for
os.PathLike
arguments when not using shell mode, for parity with the standard library. - Support for
bytes
arguments. Singlebytes
arguments are not supported on Windows. - Better static typing to disallow combining conflicting arguments (ie.
text=True, stdout=BytesIO
).