Guido van Rossum wrote: > I wonder if we should even get rid of os.system(); then there should > be a subprocess.system() instead. That sounds okay, since system() isn't actually a system call, despite its name. > And do we even need os.fork(), os.exec*(), os.spawn*()? Since fork() and exec() are directly wrapping actual system calls, I think they should stay in os. I'm not sure about spawn() -- on Unix it's not a direct system call, but it might be on Windows. -- Greg
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4