dabeaz / curio

Good Curio!
Other
4.04k stars 244 forks source link

subprocesses module gone? #369

Open despiegk opened 6 months ago

despiegk commented 6 months ago

see https://curio.readthedocs.io/en/latest/reference.html#subprocesses

example doesn't seem to work, anyone an idea? how to do best alternative?

Marrin commented 6 months ago

The CHANGES file says:

04/10/2024 Removed subprocess module. Use the Python built-in instead.