This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients ajaksu2, fergushenderson, gpolo, gregory.p.smith, psss, python-dev, r.david.murray
Date 2012-09-29.19:41:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XTg9K73m7zNg6@mail.python.org>
In-reply-to
Content
New changeset ec2921d4de37 by Gregory P. Smith in branch 'default':
pty.spawn() now returns the child process status as returned by os.waitpid().
http://hg.python.org/cpython/rev/ec2921d4de37
History
Date User Action Args
2012-09-29 19:41:10python-devsetrecipients: + python-dev, gregory.p.smith, ajaksu2, gpolo, fergushenderson, psss, r.david.murray
2012-09-29 19:41:10python-devlinkissue2489 messages
2012-09-29 19:41:10python-devcreate