commit | 0f21adf7999d0a50889cde65419e51cfe77e9e1d | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sat Sep 29 12:41:03 2012 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Sat Sep 29 12:41:03 2012 -0700 |
tree | 0d689e15c8fc5887b47f76bd13881a9cc23eb92c | |
parent | b32d5912d2a6504740146e4d4b1a477189e932d2 [diff] |
pty.spawn() now returns the child process status as returned by os.waitpid(). Addresses the remaining feature request from issue #2489.