Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
Open
Description
Documentation
The os.exec* functions (https://docs.python.org/3/library/os.html#os.execl) and os.spawn* functions (https://docs.python.org/3/library/os.html#os.spawnl) are very similar. But the exec functions usearg0, arg1, ... where the spawn functions use just.... They should be the same, though I'm not sure which style I like better.
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Todo