Jaron Kent-Dobias
Jaron Kent-Dobias
### System information Type | Version/Name --- | --- Distribution Name | Arch Linux Distribution Version | Kernel Version | 6.11.3 Architecture | x86_64 OpenZFS Version | 2.3.0-rc2 ### Describe...
Python 3.0 deprecated the pipes module and Python 3.13 removed it. The shlex module provides a drop-in replacement for the quote function from pipes that is used by pubs. This...
With Python 3.13, pubs fails to run with the message `error: No module named 'pipes'`. This is because the pipes module was removed in 3.13, see e.g. [this issue for...