Skip to content

v1.1.0

Compare
Choose a tag to compare
@thearchitector thearchitector released this 19 Sep 23:14
· 4 commits to main since this release
6b16278

[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. Single bytes arguments are not supported on Windows.
  • Better static typing to disallow combining conflicting arguments (ie. text=True, stdout=BytesIO).