>From https://peps.python.org/pep-0594/#pipes

> The pipes module provides helpers to pipe the input of one command into the 
> output of another
> command. The module is built on top of os.popen. Users are encouraged to use 
> the subprocess
> module instead.

Reply via email to