]> granicus.if.org Git - python/commit
pty.spawn() now returns the child process status as returned by os.waitpid().
authorGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 19:41:03 +0000 (12:41 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 29 Sep 2012 19:41:03 +0000 (12:41 -0700)
commit0f21adf7999d0a50889cde65419e51cfe77e9e1d
tree0d689e15c8fc5887b47f76bd13881a9cc23eb92c
parentb32d5912d2a6504740146e4d4b1a477189e932d2
pty.spawn() now returns the child process status as returned by os.waitpid().
Addresses the remaining feature request from issue #2489.
Doc/library/pty.rst
Lib/pty.py
Lib/test/test_pty.py
Misc/NEWS